Difference between revisions of "Axes Command"

From GeoGebra Manual
Jump to: navigation, search
Line 2: Line 2:
 
{{command|conic}}
 
{{command|conic}}
 
; Axes[ <Conic> ]: Returns the equations of the major and minor axes of a conic section.
 
; Axes[ <Conic> ]: Returns the equations of the major and minor axes of a conic section.
:{{Example|1=<code>Axes[x^2 + 4 y^2 + 2x - 8y + 1 = 0]</code> returns line ''a'': ''y'' = 1 and line ''b'': ''x'' = -1}}
 
  
{{betamanual|version=5.0|;Axes [ <Quadric> ]
+
 
 +
{{betamanual|version=5.0|;Axes[ <Quadric> ]
 
:Create the 3 axes of a quadric.  
 
:Create the 3 axes of a quadric.  
 
:{{Example|1=<div><code>Axes[x^2 + y^2 = 3]</code> returns the three lines</div> ''a'': ''X'' = (0, 0, 0) + ''λ'' (1, 0, 0), ''b'': ''X'' = (0, 0, 0) + ''λ'' (0, 1, 0) and <div>''c'': ''X'' = (0, 0, 0) + ''λ'' (0, 0, 1)</div>}}
 
:{{Example|1=<div><code>Axes[x^2 + y^2 = 3]</code> returns the three lines</div> ''a'': ''X'' = (0, 0, 0) + ''λ'' (1, 0, 0), ''b'': ''X'' = (0, 0, 0) + ''λ'' (0, 1, 0) and <div>''c'': ''X'' = (0, 0, 0) + ''λ'' (0, 0, 1)</div>}}

Revision as of 12:00, 26 August 2014



Axes[ <Conic> ]
Returns the equations of the major and minor axes of a conic section.



Note: See also MajorAxis and MinorAxis commands.
© 2024 International GeoGebra Institute