<< CL_kp_v2E Orbit properties CL_op_driftJ2 >>

CelestLab >> Orbit properties > CL_kp_v2M

CL_kp_v2M

True anomaly to mean anomaly

Calling Sequence

M = CL_kp_v2M(ecc,v)

Description

Parameters

ecc:

Eccentricity (PxN or Px1)

v:

True anomaly [rad] (PxN or Px1)

M:

Mean anomaly [rad] (PxN)

Authors

Bibliography

See also

Examples

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

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

Report an issue
<< CL_kp_v2E Orbit properties CL_op_driftJ2 >>