M2EHy:

Path: SC/BasicOrbit

% Eccentric anomaly for a hyperbola.
   Computed from the mean anomaly and the eccentricity. 

   For a demo plot use  M2EHy( e ).

   Since version 1.
--------------------------------------------------------------------------
   Form:
   eccAnom = M2EHy( e, meanAnom, tol, nMax )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   e             (1,:)  Eccentricity
   meanAnom      (1,:)  Mean anomaly
   tol           (1,1)  Tolerance
   nMax          (1,1)  Maximum number of iterations

   -------
   Outputs
   -------
   eccAnom       (1,:)   Eccentric anomaly

--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the SC Module page