Commands
Commands
This article is about GeoGebra commands.
Command Categories (All commands)
- Algebra Commands
- Chart Commands
- Conic Commands
- Discrete Math Commands
- Function Commands
- Geometry Commands
- GeoGebra Commands
- List Commands
- Logical Commands
- Optimization Commands
- Probability Commands
- Scripting Commands
- Spreadsheet Commands
- Statistics Commands
- Text Commands
- Transformation Commands
- Vector and Matrix Commands
- CAS Specific Commands
Using commands you can produce new and modify existing objects.
Note: 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). Note: 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.