Difference between revisions of "LeftSide Command"

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

Revision as of 11:35, 18 August 2011


This command works in CAS View only.

LeftSide[ <Equation> ]
Returns the left-hand side of the equation.
Example:
LeftSide[x + 2 = 3x + 1] yields x + 2.
LeftSide[ { <Equation> } ]
Returns the left-hand side of the equation (if you use a list of multiple equations as input, left-hand side of the first one is returned).
Example:
LeftSide[{a^2 + b^2 = c^2, x + 2 = 3x + 1}] yields a2 + b2.
© 2024 International GeoGebra Institute