8.2.3 Transforming an equation into a list
The
equal2list
command separates the two sides of an equation.
equal2list
takes
lhs
=
rhs
, an equation.
equal2list(
lhs
=
rhs
)
returns the sequence
lhs
,
rhs
.
Example
equal2list
(2
x
-1=3)
2
x
−1,3