Difference between revisions of "RightSide Command"

From GeoGebra Manual
Jump to: navigation, search
Line 5: Line 5:
 
:{{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[ { <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).
+
:Returns the right-hand side 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 11:49, 24 August 2011


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