SemiMajorAxisLength Command
- SemiMajorAxisLength( <Conic> )
-
Returns the length of the semimajor axis (half of the major axis) of the conic section.
SemiMajorAxisLength((x - 1)^2 + (y - 2)^2 = 4)
yields 2.
See also SemiMinorAxisLength command. |
Returns the length of the semimajor axis (half of the major axis) of the conic section.
SemiMajorAxisLength((x - 1)^2 + (y - 2)^2 = 4)
yields 2.
See also SemiMinorAxisLength command. |