Post Reply 
Existing CAS commands --> Prime discussion
12-24-2018, 03:15 AM
Post: #61
RE: Existing CAS commands --> Prime discussion
importance of UNQUOTE CMD, evaluate subparts of expressions.

y:=3; x:=5;
a:=quote(x+unquote(y)); [enter] returns
x+3

b:=quote(unquote(x)+y) [enter] returns
y+5

eval(a); eval(a,1); eval(a,2); [enter] returns
8, y+5, 8
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Existing CAS commands --> Prime discussion - compsystems - 12-24-2018 03:15 AM



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