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 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)