Difference between revisions of "Commands"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
m (nicer notes formatting)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command||category}}
{{command||category}}
+
Using commands you can produce new and modify existing objects.
Using commands you can produce new and modify existing objects.
+
Please check the list displayed on the right, where commands have been categorized with respect to their field of application, or check the [[:Category:Commands|full commands list]] for further details.
{{note|1=A command's result may be named by entering a label followed by an equal sign (=). In the example below, the new point is named S.}}
+
{{notes|1=  
{{example|1=To get the intersection point of two lines g and h you can enter <code>S = Intersect[g, h]</code> (see [[Intersect Command]]).}}
+
*Press the {{KeyCode|Enter}} key after every input to create the corresponding object.
{{note|1=You can also use indices within the names of objects: A<sub>1</sub> is entered as <code>A_1</code> while S<sub>AB</sub> is created using <code>S_{AB}</code>. This is part of [[LaTeX|LaTeX syntax]].}}
+
*A command's result may be named by entering a label followed by an equal sign (=). In the example below, the new point is named S.
 +
:{{example|1=To get the intersection point of two lines g and h you can enter <code>S = Intersect[g, h]</code> (see [[Intersect Command]]).}}
 +
*You can also use indices within the names of objects: A<sub>1</sub> is entered as <code>A_1</code> while S<sub>AB</sub> is created using <code>S_{AB}</code>. This is part of [[LaTeX|LaTeX syntax]].}}

Latest revision as of 15:13, 30 August 2015


Using commands you can produce new and modify existing objects. Please check the list displayed on the right, where commands have been categorized with respect to their field of application, or check the full commands list for further details.

Notes:
  • Press the Enter key after every input to create the corresponding object.
  • A command's result may be named by entering a label followed by an equal sign (=). In the example below, the new point is named S.
Example: To get the intersection point of two lines g and h you can enter S = Intersect[g, h] (see Intersect Command).
  • You can also use indices within the names of objects: A1 is entered as A_1 while SAB is created using S_{AB}. This is part of LaTeX syntax.
© 2024 International GeoGebra Institute