Previous Up Next

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

2 x−1,3

Previous Up Next