Post Reply 
HP 35s Help
12-10-2018, 05:09 PM (This post was last modified: 12-10-2018 06:24 PM by Dieter.)
Post: #3
RE: HP 35 Help
(12-10-2018 03:21 AM)bkcollins11 Wrote:  I have a program originally written for a 32s and Im trying to use it to program a 35s, but having problems with the polar function.

I would have been helpful if the subject stated the correct model you are requesting help for. The HP35 was the first scientific calculator in 1972, while in fact your question is about the HP35s from 2007. As this is the forum on a museum website the original HP35 is discussed even more often than the current model. Anyway – I see this is your first post here, so welcome to the forum. ;-)

Looking at the program I can see only one occurence of the rectangular to polar conversion, that's in line D73. I have not analyzed the complete program, but you may try this to replace line D71...D76:

Code:
...
i          // that's the "i" key with the red letter G on it
RCLx E
RCL+ N
ABS
STO H
LASTx
ARG
STO B
...

I think this will work. But please try it and report your results here.

BTW, you can also replace line D85...D90 of the original listing with

Code:
RCL B
360
RMDR
STO B

Finally, I think that step V12 should not be XEQ C. This calls a subroutine from which the program will never return. And the next time program D is run it calls a subroutine from within a subroutine which never returns. So most probably step V12 should read GTO C instead.

Dieter
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP 35s Help - bkcollins11 - 12-10-2018, 03:21 AM
RE: HP 35 Help - rprosperi - 12-10-2018, 02:18 PM
RE: HP 35 Help - Dieter - 12-10-2018 05:09 PM
RE: HP 35 Help - bkcollins11 - 12-11-2018, 03:06 AM
RE: HP 35S Help - burkhard - 12-11-2018, 05:21 PM



User(s) browsing this thread: 1 Guest(s)