Difference between revisions of "RightSide Command"

From GeoGebra Manual
Jump to: navigation, search
Line 3: Line 3:
 
;RightSide[ <Equation> ]
 
;RightSide[ <Equation> ]
 
:Returns the right-hand side of the equation.
 
:Returns the right-hand side of the equation.
{{Example|1=<code>RightSide[ x + 2 = 3x + 1 ]</code> returns ''3x + 1''.}}
+
:{{Example|1=<code>RightSide[ x + 2 = 3x + 1 ]</code> returns ''3x + 1''.}}
 
;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 equation (if you use a list of multiple equations as input, right-hand side of the first one is returned).
 
:{{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:05, 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 ] 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