RightSide Command

RightSide( <Equation> )

Gives the right-hand side of the simplified equation.

RightSide(x + 2 = 3x + 1) yields 0.5

CAS Syntax

RightSide( <Equation> )

Gives the right-hand side of the equation.

RightSide(x + 3 = 3 x + 1) yields 3 x + 1.

RightSide( <List of Equations> )

Gives the list of the right-hand sides of the equations.

RightSide({a^2 + b^2 = c^2, x + 2 = 3x + 1}) yields {c2, 3x + 1}.

RightSide( <List of Equations>, <Index> )

Gives the right-hand sides of the equation specified by the index.

RightSide({a^2 + b^2 = c^2, x + 2 = 3 x + 1}, 1) yields \(c^2\).

See also LeftSide Command.