I have 5(x-1)-(y+1)-(z+1)==0. If I use FullSimplify on it it returns
5x==7+x+y. This is not what I want: I want it to return 5x-y-z==7.
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
||||
|
|
The following works nicely:
|
|||
|
|
|
Try this:
|
||||
|
|
|
Another option:
|
|||
|
|
|
One way is
BR |
|||
|
|


