RightSide Command

From GeoGebra Manual
Revision as of 11:07, 24 August 2011 by Andrea.duringer (talk | contribs)
Jump to: navigation, search


This command works in CAS View only.

RightSide[ <Equation> ]
Returns the right-hand side of the equation.
Example:
RightSide[ x + 2 = 3x + 1 ] returns 3x + 1.
RightSide[ { <Equation> } ]
Returns the right-hand side of the equation (if you use a list of multiple equations as input, right-hand side of the first one is returned).
Example:
RightSide[{a^2 + b^2 = c^2, x + 2 = 3x + 1}] yields {c2, 3x + 1}.
Note:
© 2024 International GeoGebra Institute