Post Reply 
HP Prime: CAS Commands in Home Mode
12-19-2013, 12:57 AM
Post: #6
RE: HP Prime: CAS Commands in Home Mode
Sure -- all you have to remember is that an unevaluated expression needs single-quoting. So you can pass an expression via:

TEST('X^2+2*X')

and the program

Code:
TEST(k)
BEGIN
  // blah blah
END;

will store the symbolic expression X^2+2*X into k.

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


Messages In This Thread
RE: HP Prime: CAS Commands in Home Mode - Han - 12-19-2013 12:57 AM



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