<< CL_op_rarp2ae Orbit properties CL_op_repeat2smaInc >>

CelestLab >> Orbit properties > CL_op_rava2ae

CL_op_rava2ae

Apoapsis radius and velocity to semi major axis and eccentricity (elliptic orbits)

Calling Sequence

[sma,ecc] = CL_op_rava2ae(ra,va [,mu])

Description

Parameters

ra:

Apoapsis radius [m] (1xN or 1x1)

va:

Velocity at apoapsis [m/s] (1xN or 1x1)

mu :

(optional) Gravitational constant [m^3/s^2] (default value is %CL_mu)

sma:

Semi major axis [m] (1xN)

ecc:

Eccentricity (1xN)

Authors

See also

Examples

ra = 7078.e3;
va = 7.e3;
[sma,ecc] = CL_op_rava2ae(ra,va)

Report an issue
<< CL_op_rarp2ae Orbit properties CL_op_repeat2smaInc >>