<< CL_kp_E2M Orbit properties CL_kp_M2E >>

CelestLab >> Orbit properties > CL_kp_E2v

CL_kp_E2v

Eccentric anomaly to true anomaly

Calling Sequence

v = CL_kp_E2v(ecc,E)

Description

Parameters

ecc:

Eccentricity (PxN or Px1)

E:

Eccentric anomaly [rad] (PxN or Px1)

v:

True anomaly [rad] (PxN)

Authors

Bibliography

See also

Examples

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

// Consistency test:
E - CL_kp_v2E(ecc,v) // => 0

Report an issue
<< CL_kp_E2M Orbit properties CL_kp_M2E >>