Difference between revisions of "RightSide Command"

From GeoGebra Manual
Jump to: navigation, search
Line 4: Line 4:
 
:Returns the right-hand side of the equation.
 
:Returns the right-hand side of the equation.
 
:{{example|1=<div><code><nowiki>RightSide[x + 2 = 3x + 1]</nowiki></code> yields ''3x + 1''.</div>}}
 
:{{example|1=<div><code><nowiki>RightSide[x + 2 = 3x + 1]</nowiki></code> yields ''3x + 1''.</div>}}
;RightSide[ { <Equation> } ]
+
;RightSide[ { <List of Equations> } ]
:Returns the right-hand sides of the equations.
+
:Returns the list of the right-hand sides of the equations.
 
:{{example|1=<div><code><nowiki>RightSide[{a^2 + b^2 = c^2, x + 2 = 3x + 1}]</nowiki></code> yields ''{c<sup>2</sup>, 3x + 1}''.</div>}}
 
:{{example|1=<div><code><nowiki>RightSide[{a^2 + b^2 = c^2, x + 2 = 3x + 1}]</nowiki></code> yields ''{c<sup>2</sup>, 3x + 1}''.</div>}}
 
{{note| 1=<div>See also [[LeftSide Command]].</div>}}
 
{{note| 1=<div>See also [[LeftSide Command]].</div>}}

Revision as of 10:43, 13 June 2012

This command works in CAS View only.

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