... Do not confuse Reverse Polish Notation (RPN) and Algebraic modes of entry and notation with the Computer Algebra System (CAS) that facilitates symbolic...
I think he meant ALG instead of CAS. Their are commands that simply don't work without using ALG mode to do them. This is probably because the command...
Sorry, but I failed to understand pretty much everything :-) André On Mon, Jun 1, 2009 at 20:49, rickwendel763242 ... Sorry, but I failed to understand pretty...
I'm in RPN mode and have two lists of numbers I'm adding together. The list goes beyond the display. When I use the 4 silver arrow buttons either nothing...
Press the [up-arrow] ( or alternatively you can press the [HIST] key) you are now in the interactive stack mode, then press [F2] for VIEW, you are now in...
I would like to take a list saved as a variable and a function saved as a variable and use them with the MAP function to calculate a set of answers to the...
I own the old HP32SII and really the only reason I got the HP50G was because I wanted the same calculator with more memory to store programs. Well, I got the...
You have to recall the function to the stack before you perform the command MAP. Let's say you have a list saved as MYLST and a function saves as MYFCT, then...
Two questions: Why would you want to input variables at different times in a program? Have you read the section -Interactive input in programs- in page 21-19...
You can use all these symbols as variables. PDF file shows were they are in relationship to the regular letter keys. Some of the grayed out boxes display...
Try turning off flag -52 <<-52 CF>> Flag -65 determines how stack levels 2 and above display the list. You may also want to check the documentation for flags...
Actually I don't. I want to input them all at the beginning using labels that are easy to understand. I want an input form. At any rate I'm starting to...
Does anyone know how to switch function between polar to rectangular and rectangular to polar using the softkeys or a better way then going into mode and...
I spent the last week and a half reading 1000 pages of broken, illiterate nonsense. Everything is trial and error with the HP50G. I've owned the calculator...
There are different ways to toggle the polar mode. You can assign a program like... << IF -16 FS? THEN -16 CF ELSE -16 SF END >> ...to a little used key Or you...
If you use local variables, you don't have to purge them. They're never stored (STO). Or you can PURGE the stored vars in your program right before it ends. ...
They recommend to learn to use the hp 50g by reading the manuals of the hp 48 or hp 49, I have learned some things by reading the hp 48 manual. There is also...
This can be downloaded in PDF format. Go to Rick Wendel's folder under files and click on links. It contains some stuff on programming worth looking at, if...
The usual broken illiterate crap with some fairly good RPL programming examples intermixed. Worth at least looking at. Go to Rick Wendels folder and open the...
... I think the Thiel resources are high quality, especially compared to what else is available for the 50g. And I give them credit for having the nerve to...
Someday HP will learn how to write a programming manual in a procedural style that people can use write away. I don't have hours to sit there and play around...