PropagatorComparison:

Path: Orbit/Demos/OrbitPropagator

% Integration accuracy study comparing RK4, RK45, and ode113. 
   Propagate a circular 7000 km orbit with each function and compare the 
   results against a perfect circular orbit.
  ------------------------------------------------------------------------
  See also Plot2D, Mag, RK4, RK45, JD2000, OrbRate, El2RV, Period
  ------------------------------------------------------------------------
%
-------------------------------------------------------------------------------
   Copyright (c) 2003 Princeton Satellite Systems, Inc. All rights reserved.
-------------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D
Common: Time/JD2000
Math: Integration/RK4
Math: Integration/RK45
Math: Linear/Mag
OrbitMiniToolbox: Support/El2RV
SC: BasicOrbit/OrbRate
SC: BasicOrbit/Period

Back to the Orbit Module page