Details and Options
The input
expr can be an equation or an
Association of hyperbola properties. In this case,
ResourceFunction["HyperbolaProperties"] will calculate and return the full set of properties.
Hyperbola properties include "Equation", "Foci", "Vertices", "Eccentricity", "Asymptotes", "Center", "SemimajorAxisLength", "SemiminorAxisLength", "Directrices", "AxesOfSymmetry", "SemiLatusRectum", "RotationAngle", "ConjugateHyperbola" and "BaseConic".
The "BaseConic" property is an association of the properties "Equation", "RotationAngle" and "DisplacementFromOrigin", where "Equation" represents an isomorphic conic section based at the origin and aligned with the x-axis.
If the given
expr describes a conic section other than an hyperbola,
ResourceFunction["HyperbolaProperties"] will issue a message and return an
Association of properties pertaining to the correct conic section.