Path: SC/Ephem
% Computes the position and velocity of stable Lagrange points.
Assumes thes positive x axis in the rotating frame is towards the moon
from the Earth.
See also LagrangePointsL1ToL5 and MoonV1.
--------------------------------------------------------------------------
Form:
[r, v, mLEToECI] = TransformLagrangePoints( p, jD )
--------------------------------------------------------------------------
------
Inputs
------
p (2,:) Points
jD (1,1) Date of interest
-------
Outputs
-------
r (3,1) Position of stable point in ECI frame
v (3,1) Velocity of stable point in ECI frame
mLEToECI (3,3) Transformation matrix from Lunar-Earth to ECI
frame
--------------------------------------------------------------------------
SC: Ephem/LagrangePointsL1ToL5 SC: Ephem/MoonV1 Common: Graphics/Axis3D Common: Graphics/Map Common: Graphics/NewFig Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Common: Time/DateStringToJD Math: Linear/Cross Math: Linear/Unit
Back to the SC Module page