NavList:
A Community Devoted to the Preservation and Practice of Celestial Navigation and Other Methods of Traditional Wayfinding
Re: Calculators revisited (TI-86, HP 48gx)
From: Chuck Taylor
Date: 2000 Dec 09, 2:26 PM
From: Chuck Taylor
Date: 2000 Dec 09, 2:26 PM
Geoff Kuenning wrote:
>
> I heartily agree with Dan in general, but my experience leads me to
> one caveat.
>
> ... I have found that, at least for my mind, RPN is the perfect
> notation for ad-hoc calculations, but it is much less handy for
> writing complicated programs. The problem is that when you are
> writing a long program, it is very difficult to keep track of what is
> on the stack.
When programming with the HP48G series, you have a choice. Suppose for
example, you want to multiply the sine of latitude times the sine of
declination. You can either use RPN:
Lat
SIN
Dec
SIN
*
or algebraic notation enclosed in single quotes:
'SIN(Lat) * SIN(Dec)'
It gives you the best of both worlds.
Chuck Taylor
Everett, WA, USA






