Question: Application question to: How to prevent Maple from printing greeks?

There was an interesting question from Christopher2222:

Maple keeps changing the variable xi to the greek letter

Now I need a solution for a specific application, Here is the code:

with(Statistics):

L:=[Normal, Beta, Gamma]:

for i to 3 do
f[i]:=RandomVariable(L[i](4,2):
end do:

This will work for L[1], but not for L[2] and L[3] since Maple substitutes Beta and Gamma for their greek letters.

Is there a way out of it?

Sincere thanks for helping.

Please Wait...