Question: How can I prevent automatic simplification?

Hi!

Problem: How can I prevent Maple from checking against the simplification table?

Eg.

I enter

f := 5 y z x + 3 x^2;

and 5zyx + 3x^2 is returned.

Then I enter

g := 3 x^2 + 5 x y z;

and again 5zyx + 3 x^2 is returned, but not wanted, because I wanted to have a different (visual) representation of the polynomial.

How can I prevent this? Or how can I delete the first representation from the simplification table, even though I am still in the same worksheet and the line f := ... is still shown (I tried with f:='f', forget(f), gc(), but the internal representation was still there).

Can anybody help, please? Thank you.

Please Wait...