Is there a good RPN calculator currently? The HP Prime is lacking apparently, and the 50G is no longer available (and a bit old)
What Is RPN? Why Did/Does HP Use RPN? Learning RPN (1999)
21–30 of 118 posts
Re: What Is RPN? Why Did/Does HP Use RPN? Learning RPN (1999)
#22Reading these comments, I'm surprised that people think in RPN. (I mean I shouldn't be, I just didn't think of it) I wonder if teaching it early on, instead of parenthesis, would have made math lessons different? Could there have been different notations used for things like factoring out a quadratic equation?
Re: What Is RPN? Why Did/Does HP Use RPN? Learning RPN (1999)
#23Is there a good RPN calculator currently? The HP Prime is lacking apparently, and the 50G is no longer available (and a bit old)
Re: What Is RPN? Why Did/Does HP Use RPN? Learning RPN (1999)
#24It took awhile to learn RPN in undergrad in electrical engineering. But, once you learn it, it is so much easier to solve problems and it is much more efficient. You never go back, and you are less likely to make errors entering in equations compared to your peers. This is important on timed exams. I prefer to always use RPN. MacOS has an RPN mode on their calculator, which one can activate by pressing command + R. O…
Emacs calc-mode is RPN by default as well.
Re: What Is RPN? Why Did/Does HP Use RPN? Learning RPN (1999)
#25Is there a good RPN calculator currently? The HP Prime is lacking apparently, and the 50G is no longer available (and a bit old)
Also, the HP 12c financial calculator and the HP 35S scientific calculator are still being sold by HP.
Re: What Is RPN? Why Did/Does HP Use RPN? Learning RPN (1999)
#26It's simpler to implement RPN than algebraic notation with precedence. The latter requires an operation stack where operations are stacked until they encounter a lower precedence operator or the user presses =. The user types less, the computer does a lot less. I find it fun to think in RPN.
Yeah, it feels like the whole "why" is that RPN reflects how the machine works, so it's easier to build it that way.
Re: What Is RPN? Why Did/Does HP Use RPN? Learning RPN (1999)
#27Re: What Is RPN? Why Did/Does HP Use RPN? Learning RPN (1999)
#28It took awhile to learn RPN in undergrad in electrical engineering. But, once you learn it, it is so much easier to solve problems and it is much more efficient. You never go back, and you are less likely to make errors entering in equations compared to your peers. This is important on timed exams. I prefer to always use RPN. MacOS has an RPN mode on their calculator, which one can activate by pressing command + R. O…
Re: What Is RPN? Why Did/Does HP Use RPN? Learning RPN (1999)
#29Re: What Is RPN? Why Did/Does HP Use RPN? Learning RPN (1999)
#30It's simpler to implement RPN than algebraic notation with precedence. The latter requires an operation stack where operations are stacked until they encounter a lower precedence operator or the user presses =. The user types less, the computer does a lot less. I find it fun to think in RPN.
Yeah, it feels like the whole "why" is that RPN reflects how the machine works, so it's easier to build it that way.