- #1
- 463
- 39
Is there a way to set Mathematica so that it preserves the order of variables.
i.e. I put:
F[x_] = A B x
F[a]
output : aAB
where I would want it: ABa
Thanks.
i.e. I put:
F[x_] = A B x
F[a]
output : aAB
where I would want it: ABa
Thanks.