simp:false after load(unit)



Robert Dodier wrote:

> Perhaps you can say a little bit about what you're trying to achieve?

I am using wxMaxima. I find that if simp:false then
I can get a 'natural display' of the entry. The order
of variables is not jumbled, and values (such as 25^2) remain
as 25^2.

I find this very helpful to verify the accuracy of the entry.

Apparently simp:false won't always work.
Is there some other alternative way to do this? I can replace
everything with a dummy variable, (x^y; then x:25; y:2), but that
adds a lot of steps.

Doug Edmunds