Previous Up Next

5.60.3  Transform an equation into a list: equal2list

equal2list takes as argument an equation.
equal2list returns the list of the two members of this equation.
Input:

equal2list(2x-1=3)

Output:

[2*x-1,3]

Previous Up Next