<< CL_kp_M2E Orbit properties CL_kp_anomConvert >>

CelestLab >> Orbit properties > CL_kp_M2v

CL_kp_M2v

Mean anomaly to true anomaly

Calling Sequence

v = CL_kp_M2v(ecc,M)

Description

Parameters

ecc:

Eccentricity (PxN or Px1)

M:

Mean anomaly [rad] (PxN or Px1)

v:

True anomaly [rad] (PxN)

Authors

Bibliography

See also

Examples

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

// Consistency test:
M - CL_kp_v2M(ecc,v) // => 0

Report an issue
<< CL_kp_M2E Orbit properties CL_kp_anomConvert >>