Axes Command
- Axes( <Conic> )
-
Returns the equations of the major and minor axes of a conic section.
- Axes( <Quadric> )
-
Creates the 3 axes of the given quadric.
Axes(x^2 + y^2 + z^2= 3)
returns the three lines
a: X = (0, 0, 0) + λ (1, 0, 0), b: X = (0, 0, 0) + λ (0, 1, 0) and c: X = (0, 0, 0) + λ (0, 0, 1)
Specifically:
|