HP Forums
Osculating orbital elements of the Moon - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: HP Prime Software Library (/forum-15.html)
+--- Thread: Osculating orbital elements of the Moon (/thread-19108.html)



Osculating orbital elements of the Moon - cdeaglejr - 11-10-2022 11:30 AM

This program demonstrates how to interact with a PPL subroutine that calculates the osculating classical orbital elements of the Moon in the mean ecliptic and mean equinox of date coordinate system. This algorithm is based on the book Lunar Tables and Programs From 4000 B.C. TO A.D. 8000 by Michelle Chapront-Touze and Jean Chapront.

The user can provide a UTC date of interest starting at line 48 of the source code as follows

// utc calendar date

month := 1;

day := 1;

year := 1990;

The zipped archive, demo_elp.zip, for this program can be downloaded from

https://www.dropbox.com/s/bs9wnz7tf9eoq7o/demo_elp.zip?dl=0