Post Reply 
My own infix to prefix approach. What do you think?
04-30-2014, 06:41 AM
Post: #12
RE: My own infix to prefix approach. What do you think?
Exploring the Programs in the EXAMPLES Directory
(HP 48G Series User's Guide, page 29-19)
  • run the TEACH command
  • this creates a directory EXAMPLES in your HOME directory
  • within PRGS you will find the program ->RPN

I recommend to single-step through the program (see page 29-8).

For your example you will get:
'(2+3)*(4+5)'
->RPN
{ 2 3 + 4 5 + * }


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


Messages In This Thread
RE: My own infix to prefix approach. What do you think? - Thomas Klemm - 04-30-2014 06:41 AM



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