RightSide Command

From GeoGebra Manual
Revision as of 13:21, 18 September 2012 by Murkle (talk | contribs)
Jump to: navigation, search


RightSide[ <Equation> ]
Returns the right-hand side of the equation.
Example:
RightSide[x + 2 = 3x + 1] yields 3x + 1.

CAS Syntax

RightSide[ { <List of Equations> } ]
Returns the list of the right-hand sides of the equations.
Example:
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.
Example:
RightSide[{a^2 + b^2 = c^2, x + 2 = 3 x + 1}, 1] yields c^2.
Note:
© 2024 International GeoGebra Institute