Previous Up Next

5.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:

2 x−1−3

Previous Up Next