Difference between revisions of "RightSide Command"

From GeoGebra Manual
Jump to: navigation, search
(The simplified equation is actualy the data in the Input Bar. Idem for LeftSide)
Line 3: Line 3:
 
;RightSide[ <Equation> ]
 
;RightSide[ <Equation> ]
 
:Returns the right-hand side of the simplified equation.
 
:Returns the right-hand side of the simplified equation.
:{{example|1=<div><code><nowiki>RightSide[x + 2 = 3x + 1]</nowiki></code> yields ''0.5'' as .<code><nowiki>LeftSide[x + 2 = 3x + 1]</nowiki></code> yields ''x''</div>}}
+
:{{example|1=<div><code><nowiki>RightSide[x + 2 = 3x + 1]</nowiki></code> yields ''0.5'' as <code><nowiki>LeftSide[x + 2 = 3x + 1]</nowiki></code> yields ''x''</div>}}
 
==CAS Syntax==
 
==CAS Syntax==
 +
;RightSide[ <Equation> ]
 +
:Gives the left-hand side of the equation.
 +
:{{example|1=<div><code><nowiki>RightSide[x + 3 = 3 x + 1]</nowiki></code> yields ''3 x + 1''.</div>}}
 
;RightSide[ { <List of Equations> } ]
 
;RightSide[ { <List of Equations> } ]
 
:Returns the list of the right-hand sides of the equations.
 
:Returns the list of the right-hand sides of the equations.

Revision as of 12:30, 23 November 2012


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

CAS Syntax

RightSide[ <Equation> ]
Gives the left-hand side of the equation.
Example:
RightSide[x + 3 = 3 x + 1] yields 3 x + 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}.
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