Skip to content
Snippets Groups Projects
Commit d30bf6cd authored by Thomas West's avatar Thomas West
Browse files

Calculation of semi-major axis with different variables.

parent 5e7f1c02
No related branches found
No related tags found
No related merge requests found
function a = calculate_semi_major_axis(rp, e)
% Calculate the semi-major axis from periapsis and eccentricity
a = rp / (1 - e);
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment