Evaluate Function variable in RPN mode?
|
02-04-2014, 01:33 PM
Post: #2
|
|||
|
|||
RE: Evaluate Function variable in RPN mode?
F1 behaves like a program. In RPN, commands are typed as: COMMAND(n) where the n designates the number of arguments for COMMAND. Suppose F1(X):=2*X^2-4. If you type 9 ENTER F1(1) then it executes F1 as a program using 1 argument, namely the 9 on the stack. Unlike the other commands where one can leave off the "(1)" in the case of a single argument, you must explicitly specify "F1(1)" (from what I can tell). Typing F1 by itself recalls the formula for F1 as I'm sure you already found out.
Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Evaluate Function variable in RPN mode? - David Hayden - 02-04-2014, 12:58 PM
RE: Evaluate Function variable in RPN mode? - Han - 02-04-2014 01:33 PM
RE: Evaluate Function variable in RPN mode? - Tim Wessman - 02-04-2014, 02:14 PM
RE: Evaluate Function variable in RPN mode? - David Hayden - 02-04-2014, 02:27 PM
|
User(s) browsing this thread: 1 Guest(s)