Maxima Function
unorder ()
Disables the aliasing created by the last use of the ordering
commands ordergreat
and orderless
. ordergreat
and orderless
may not
be used more than one time each without calling unorder
.
See also and .
Examples:
(%i1) unorder(); (%o1) [] (%i2) b*x + a^2; 2 (%o2) b x + a (%i3) ordergreat (a); (%o3) done (%i4) b*x + a^2; %th(1) - %th(3); 2 (%o4) a + b x (%i5) unorder(); 2 2 (%o5) a - a