Difference between revisions of "LeftSide Command"

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

Revision as of 14:09, 17 September 2012


LeftSide[ <Equation> ]
Gives the left-hand side of the equation.
Example:
LeftSide[x + 2 = 3 x + 1] yields x + 2.
LeftSide[ <List of Equations> ]
Gives the list of the left-hand sides of the equations.
Example:
LeftSide[{a^2 + b^2 = c^2, x + 2 = 3 x + 1}] yields {a^2 + b^2, x + 2}.
Note:
© 2024 International GeoGebra Institute