How to suppress ordering of arguments in arithmetic expression
Subject: How to suppress ordering of arguments in arithmetic expression
From: primus
Date: Thu, 11 Mar 2010 16:14:29 +0300
Hi.
Maxima usually does ordering of arguments in expression automatically.
For example, expression
grind(log(15+sqrt(x-5))^5);
simplifies to log(sqrt(x-5)+15)^5
Is it possible to suppress this process for all kind of expressions without
turning off simplifier.
Orderless, ordergreat do not do it in all cases.
Thank you.
Best regards,
Mihail Denisenko