<< CL_kp_E2v Orbit properties CL_kp_M2v >>

CelestLab >> Orbit properties > CL_kp_M2E

CL_kp_M2E

Mean anomaly to eccentric anomaly (Kepler's equation)

Calling Sequence

E = CL_kp_M2E(ecc,M)

Description

Parameters

M:

Mean anomaly [rad] (PxN or Px1)

ecc:

Eccentricity (PxN or Px1)

E:

Eccentric anomaly [rad] (PxN)

Authors

Bibliography

See also

Examples

// Elliptic and hyperbolic orbit:
M = [0.1, 0.2];
ecc = [0.3, 1.5];
E = CL_kp_M2E(ecc,M);

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

Report an issue
<< CL_kp_E2v Orbit properties CL_kp_M2v >>