Previous Up Next

6.55.3  Transforming an equation into a list: equal2list

The equal2list command separates the two sides of an equation.


Example.
Input:

equal2list(2x-1=3)

Output:

x−1,3

Previous Up Next