The Museum of HP Calculators

HP Forum Archive 14

[ Return to Index | Top of Index ]

(deleted post)
Message #1 Posted by deleted on 21 Feb 2004, 10:29 a.m.

This Message was deleted. This empty message preserves the threading when a post with followup(s) is deleted.

      
Re: I need surveying programs for the 33s
Message #2 Posted by Brent on 21 Feb 2004, 11:54 a.m.,
in response to message #1 by deleted

Do you want inverse and side shot or more complicated stuff?

            
FWIW here is an inverse routine
Message #3 Posted by Brent on 21 Feb 2004, 11:55 a.m.,
in response to message #2 by Brent

To inverse between two coordinates you can use this program:

LBL A
ROLL DOWN
x<>y
ROLL UP
-
ROLL DOWN
-
ROLL UP
x<>y
y,x -> r, theta
x<>y
x<0?
XEQ B
->HMS
x<>y
RTN
LBL B
360
+
rtn

For example you occupy:
N = 2,000,000.000
E = 1,000,000.000
and you want the inverse to:
N = 2,000,100.000
E = 999,900.000

On the calculator enter: 2,000,100.000 ENTER 999,900.000 ENTER 2,000,000.000 ENTER 1,000,000.000 XEQ A

You should get an azimuth of 315.0000 in the y register and a distance of 141.4214 in the x register.

Edited: 21 Feb 2004, 10:42 p.m.


[ Return to Index | Top of Index ]

Go back to the main exhibit hall