<< Orbit properties Orbit properties CL_kp_E2v >>

CelestLab >> Orbit properties > CL_kp_E2M

CL_kp_E2M

Eccentric anomaly to mean anomaly

Calling Sequence

M = CL_kp_E2M(ecc,E)

Description

Parameters

E:

Eccentric anomaly [rad] (PxN or Px1)

ecc:

Eccentricity (PxN or Px1)

M:

Mean anomaly [rad] (PxN)

Authors

Bibliography

See also

Examples

// Elliptic and hyperbolic orbit:
E = [1.7, 5.7];
ecc = [0.3, 1.5];
M = CL_kp_E2M(ecc,E);

// Consistency test:
E - CL_kp_M2E(ecc,M) // => 0

Report an issue
<< Orbit properties Orbit properties CL_kp_E2v >>