I am just getting started with pattern in mathematica. I want to know what the different ways to force mma to show -1+a as a-1. Many thanks!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
One due to Jean-Marc Gulliet (MathGroup) (You may also be interested in the reply of Jens-Peer Kuska to this post)
Out[34]= a-1 ( |
||||
|
|
|
You could probably use a hack like this
But (as WReach suggests) it might be best to use the default Mathematica ordering of expressions and use |
|||
|
|