Path: Orbit/OrbitCoord
% Approximate eccentric longitude from the mean longitude. Uses a series approximation to Kepler's equation. Since version 1. -------------------------------------------------------------------------- Form: eccLong = ML2KApp( P1, P2, meanLong ) -------------------------------------------------------------------------- ------ Inputs ------ P1 e sin(longitude of pericenter) P2 e cos(longitude of pericenter) meanLong Mean longitude ------- Outputs ------- eccLong Eccentric longitude (K) -------------------------------------------------------------------------- References: Battin, R.H., An Introduction to the Methods and Mathematics of Astrodynamics, AIAA, New York, 1987, p. 196. --------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Orbit Module page