CAS command question
|
01-05-2017, 12:46 PM
Post: #28
|
|||
|
|||
RE: CAS command question
Sorry my native language is not english
The RIGHT & LEFT functions can be programmed with the PART command, but you have to enter the expressions in quotation marks, so that the expression is taken as written PHP Code: testpartcas( ):= Related to the manipulation of expressions. The programs that I want to made are step by step, if the expressions are rewritten, the logic of the algorithm is lost, with QUOTES, I solve this, but I have to ask the user, that input the expression in quotation marks, (Unnatural notation). I repeat a previous question 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: 1 Guest(s)