Post Reply 
How to use RPN mode with Functions?
03-03-2017, 12:52 AM
Post: #4
RE: How to use RPN mode with Functions?
(03-03-2017 12:37 AM)lemontea Wrote:  
(03-03-2017 12:16 AM)Han Wrote:  In RPN entry, you need to place the argument(s) onto the stack. Then you would execute a command using COMMAND(n) where n is the number of arguments used by COMMAND. In this case, your command is F1. In algebraic notation, you would enter F1(5) to get 25. In RPN notation, you would place 5 onto the stack, and type F1(1).

Ok thanks.

So if I define a function with X and Y, then I would enter Y and then X onto the stack, and then type F1(2) to tell it to use the last 2 entered parameters on the stack?

Yes, for a general 2-variable function. Usually, F1 is intended for a single-variable function.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to use RPN mode with Functions? - Han - 03-03-2017 12:52 AM



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