CAS command question
|
01-04-2017, 12:56 PM
(This post was last modified: 01-04-2017 03:54 PM by compsystems.)
Post: #11
|
|||
|
|||
RE: CAS command question
Hello Mr. Parisse
c:=a-b; [enter] Internally is a+neg(b) // ok It's new to my, extracting parts of the expression using [] c[1]; -> + c[2]; -> a c[3]; -> b Please explain, the correspondence of the position or numeral to extract the parts. thanks for DrD If you enter the expression in quotation marks, the LEFT or RIGHT command works as it should, the problem is that the user should always enter the parameters between ' ' =( My question for Parisse: how is it done within a program to convert the input inside a quotation mark? I try the following, but it does not work PHP Code: #cas so we would need a new CAS command called RECALL PHP Code: id1 := quote( RECALL (id0) ); Another solution would be to interpret as a QUOTE EXPRESSION, if the arguments are within quotes, PHP Code: helpquote( 'id0' ):= |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)