Path: Orbit/OrbitMechanics
% Computes the right hand side of the variational equations (tangential) Based on the equinoctial formulation with the acceleration in tangential coordinates. These equations are singular when i = pi/2 and/or h = 0. See also CT2REq and VarEqP. -------------------------------------------------------------------------- Form: dEqDt = VarEqT( eq, aT, tol, mu ) -------------------------------------------------------------------------- ------ Inputs ------ eq Elements vector [a,P1,P2,Q1,Q2,l] aT Tangential disturbance vector [tangent;normal;z] (default is zeros) tol Tolerance for the Kepler equation solver (0.0001) mu Gravitational parameter (3.98600436e5) ------- Outputs ------- dEqDt Derivative to the elements -------------------------------------------------------------------------- References: Battin, R.H., An Introduction to the Methods and Mathematics of Astrodynamics, AIAA, New York, 1987, pp. 492-493. ------------------------------------------------------------------------
Orbit: OrbitCoord/CT2REq Orbit: OrbitCoord/K2L Orbit: OrbitCoord/ML2K Orbit: OrbitCoord/ML2KApp Orbit: OrbitMechanics/VarEqP Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle
Back to the Orbit Module page