geodetic coordinates
|
10-03-2016, 02:25 PM
Post: #1
|
|||
|
|||
geodetic coordinates
This HP Prime program, demo_geodet1, demonstrates how to compute geodetic latitude and altitude given a geocentric declination and radius. It uses a series solution.
Here's the output created by this program. demo_geodet1 geocentric declination = 44.9999999999 geocentric radius = 8000 kilometers geodetic latitude = 45.1531567167 degrees geodetic altitude = 1632.57197517 kilometers |
|||
21-03-2016, 08:25 PM
Post: #2
|
|||
|
|||
RE: geodetic coordinates
This version does not use global variables.
The previous version was developed using the Virtual calculator in the connectivity kit and worked fine with global variables. However, the original program did not work with the physical calculator. |
|||
23-03-2016, 08:38 PM
Post: #3
|
|||
|
|||
RE: geodetic coordinates
This version does contain global variables. It appears that a program for the calculator must be "complete" in order to use global variables. That is, the main program and all support routines must be included in one single file.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)