lhs
left-hand side of an expression
rhs
right-hand side of an expression
Calling Sequence
Parameters
Description
Thread Safety
Examples
lhs(expr)
rhs(expr)
expr
-
equation, inequality, relation, range, or type test/declaration
lhs(expr) returns the left-hand side of expr, which is equivalent to .
rhs(expr) returns the right-hand side of expr, which is equivalent to .
The lhs and rhs commands are thread-safe as of Maple 15.
For more information on thread safety, see index/threadsafe.
Error, invalid input: solve expects its 1st argument, eqs, to be of type {`and`, `not`, `or`, rtable, algebraic, relation(algebraic), relation({rtable, algebraic}), {list, set}({`and`, `not`, `or`, algebraic, relation(algebraic)})}, but received (y = x^2+2*x+1) = 0
See Also
::
equation
op
range
relation
Download Help Document