LeftSide 指令
来自GeoGebra Manual
本頁為官方文件,一般使用者無法修改,若有任何誤謬,請與官方聯絡。如欲編輯,請至本頁的開放版。
此指令只能用在運算區。
- LeftSide[ <Equation> ]
- LeftSide[ { <Equation> } ]
- LeftSide[ <Equation> ]
- Returns the left-hand side of the equation.
- 範例:
LeftSide[x + 2 = 3x + 1]
yields x + 2. - LeftSide[ { <Equation> } ]
- Returns the left-hand sides of the equations.
- 範例:
LeftSide[{a^2 + b^2 = c^2, x + 2 = 3x + 1}]
yields {a2 + b2, x + 2}.
備註:
See also RightSide Command.