Difference between revisions of "RightSide Command"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>{{betamanual|version=4.2}}
+
<noinclude>{{Manual Page|version=4.2}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>{{betamanual|version=4.2}}
{{command|CAS}}
 
 
;RightSide[ <Equation> ]
 
;RightSide[ <Equation> ]
 
:Returns the right-hand side of the equation.
 
:Returns the right-hand side of the equation.

Revision as of 11:37, 3 July 2012

RightSide[ <Equation> ]
Returns the right-hand side of the equation.
Example:
RightSide[x + 2 = 3x + 1] yields 3x + 1.
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}.
Note:
© 2024 International GeoGebra Institute