lhs - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

lhs

left-hand side of an expression

rhs

right-hand side of an expression

 

Calling Sequence

Parameters

Description

Thread Safety

Examples

Calling Sequence

lhs(expr)

rhs(expr)

Parameters

expr

-

equation, inequality, relation, range, or type test/declaration

Description

• 

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 .

Thread Safety

• 

The lhs and rhs commands are thread-safe as of Maple 15.

• 

For more information on thread safety, see index/threadsafe.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

(11)

(12)

(13)

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

(14)

See Also

::

equation

op

range

relation

 


Download Help Document