On Fri, Feb 12, 2010 at 3:10 AM, Mihail Denisenko <mihail22 at nigma.ru> wrote:
> I have a question about simplification system. Usually Maxima does sorting
> of all variable-names in result of processing.
>
> For example, for input? x+y ? we will have output? y+x.
>
> Is it possible to suppress this behavior of Maxima? Is it necessary to do
> changes in the source code of simplification system?
Well, powerdisp:true reverses the order of variables
as they are displayed in "+" expressions.
However Maxima still reorders the variables (but the
order is the opposite from powerdisp:false which is the default).
HTH
Robert Dodier