Previous Up Next

6.55.2  Transforming an equation into a difference: equal2diff

The equal2diff command turns an equation into the difference of the two sides, resulting in an expression assumed to be equal to 0.


Example.
Input:

equal2diff(2x-1=3)

Output:

x−1−3

Previous Up Next