Difference between revisions of "LeftSide Command"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>{{betamanual|version=4.2}}
+
<noinclude>{{Manual Page|version=4.2}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>{{betamanual|version=4.2}}
{{command|CAS}}
 
 
;LeftSide[ <Equation> ]
 
;LeftSide[ <Equation> ]
 
:Returns the left-hand side of the equation.
 
:Returns the left-hand side of the equation.

Revision as of 12:37, 3 July 2012

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