Path: Orbit/LowEnergyManeuver
% Compute the nth coefficient for the about a collinear libration point -------------------------------------------------------------------------- Form: c = LibrationCoeff( mu, gama, n ); -------------------------------------------------------------------------- ------ Inputs ------ mu (1,1) Non-dimensional mass of smaller primary body (the larger primary body's mass is 1-mu) gama (1,1) Non-dimensional distance from smaller primary body to the collinear libration point, where the distance between the two primary bodies is 1. n (1,:) The index of the desired coefficient. Must be n >= 2 ------- Outputs ------- c (1,:) The nth coefficient for use in the equations of motion. --------------------------------------------------------------------------
Back to the Orbit Module page