The Museum of HP Calculators

HP Forum Archive 21

[ Return to Index | Top of Index ]

Help on HP 35s Program
Message #1 Posted by Kryxena on 17 July 2012, 3:36 a.m.

Hi all, I'm obviously new here, and I need help! My husband has recently purchased an HP 35s for his work as a steel detailer, and he and his boss are beyond frustrated with the thing because they can't get two lines on two programs to enter properly. I've spent hours myself looking through the manual and the Internet, and can't seem to find any answers.

The lines don't seem all that complicated, and they are just inverse of each other. They are modeled on the same lines from programs on other HP calculators. We're really hoping we can get the 35s to cooperate as well. Any help from you experts would be so appreciated!

The first program giving them fits is a Rights - R/S program, which should read out slope, x><y reads out bevel deg. stored in D. One line is not entering correctly, and it looks like this: y,x->Or (read a right pointing arrow at -> and Theta at O). How do we enter the arrow and r?

Like I said, the other program is similar. It's a slope program, that reads out rise, x<>y reads out base. The line they can't figure out is Or->y,x (again, read Theta for O and right arrow for ->).

Again, thank you so very much for any help you can offer. And I apologize for dropping by unexpectedly!

      
Re: Help on HP 35s Program
Message #2 Posted by Harald on 17 July 2012, 10:10 a.m.,
in response to message #1 by Kryxena

Hi,

so basically you are looking for the coordinate transformations from cartesian to polar and the other way round. I will have to check when I get home, but I don't think the 35s supports those. I think it only has polar are cartesian mode for complex numbers.

Maybe somebody else knows this without looking at the calculator / manual?

            
Re: Help on HP 35s Program
Message #3 Posted by Harald on 17 July 2012, 10:17 a.m.,
in response to message #2 by Harald

OK, I keept thinking about this. It would have been easy if it was possible to merge two real number into one complex and split a complex into two reals. But I don't think this is possible on the 35s either. So I tried googling that and found the solution to your problem:

coordinate conversions

Edited: 17 July 2012, 10:22 a.m.

      
Re: Help on HP 35s Program
Message #4 Posted by Thomas Radtke on 17 July 2012, 10:19 a.m.,
in response to message #1 by Kryxena

Enter x i y DISPLAY .0

This gives you length, the theta symbol, and the angle.

Go back to cartesian coordinates with DISPLAY 9, if needed.

            
Re: Help on HP 35s Program
Message #5 Posted by Harald on 17 July 2012, 10:23 a.m.,
in response to message #4 by Thomas Radtke

That is fine if you just want to see the numbers, but won't work in a program.

                  
Re: Help on HP 35s Program
Message #6 Posted by Thomas Radtke on 17 July 2012, 10:27 a.m.,
in response to message #5 by Harald

Quote:
That is fine if you just want to see the numbers, but won't work in a program.
Yes, I participated in writing the conversion programmes back in 2007 due to this. The resulting article with stack preserving routines should be somewhere in the articles section.

Edit: Don't find it, but here's the original thread:

R <> P

Edited: 17 July 2012, 10:31 a.m.

            
Re: Help on HP 35s Program
Message #7 Posted by Matt Agajanian on 18 July 2012, 11:35 p.m.,
in response to message #4 by Thomas Radtke

And then, we're back to the issue of decomposing complex numbers and polar/rectangular coordinates for individual X, Y stack orientation as per the HP-67, 45, 34C, etc.

Edited: 18 July 2012, 11:37 p.m.

      
Re: Help on HP 35s Program
Message #8 Posted by Jeff O. on 17 July 2012, 12:49 p.m.,
in response to message #1 by Kryxena

In case it is not clear from the other responses, the y,x->O,r and O,r->y,x functions from the programs for other HP calculators which you are trying to enter into the 35s are built in functions to convert two values, one in x and one in y which represent a vector or complex number, from polar representation to rectangular representation and vice versa. Commonly referred to as Rectangular to Polar and Polar to Rectangular functions. The functions were available on all (maybe all, I did not do an exhaustive review) scientific HP RPN calculators from the HP-45 on. They were generally labeled ->P and ->R or some slight variation, I think until the 33s used the y,x->O,r and O,r->y,x labels (which I personally never liked.) In any case, the 35s does not include built in functions to perform these conversions. (This caused much chagrin, consternation, outrage and of course discussion when the 35s came out.) The functions can of course be programmed, and many routines were developed and presented. This thread seems to have come from your exact situation.

...

      
Re: Help on HP 35s Program
Message #9 Posted by Paul Dale on 17 July 2012, 6:08 p.m.,
in response to message #1 by Kryxena

These conversions are available as programs in the articles section.

- Pauli

            
Re: Help on HP 35s Program
Message #10 Posted by Kryxena on 18 July 2012, 1:45 a.m.,
in response to message #9 by Paul Dale

You guys are all so AWESOME! Sorry for shouting, but I'm just blown away by the response here to my questions. I'm amazed you even knew what I was asking, and not only that, but answered so clearly. I've now got my husband's calculator programmed as described, so he can move forward in his new job.

Thank you again, so much! I wish I could send each of you a plate of brownies!

                  
Re: Help on HP 35s Program
Message #11 Posted by bill platt on 18 July 2012, 3:28 p.m.,
in response to message #10 by Kryxena

I love brownies :-)

This forum is a little slice of old-fashioned usenet engineer social heaven surviving in the 21st century.

                  
Re: Help on HP 35s Program
Message #12 Posted by Guenter Schink on 18 July 2012, 4:54 p.m.,
in response to message #10 by Kryxena

Quote:
Thank you again, so much! I wish I could send each of you a plate of brownies!
A good opportunity to present the brownies would be the HHC 2012 at Nashville :-)

Günter

                  
Re: Help on HP 35s Program
Message #13 Posted by Matt Agajanian on 19 July 2012, 4:12 p.m.,
in response to message #10 by Kryxena

No Shouting apologies necessary. It's wonderful news to discover a solution here with the MoHPC think-tank.

Congratulations.


[ Return to Index | Top of Index ]

Go back to the main exhibit hall