Parsing expressions
|
09-15-2015, 06:11 AM
Post: #1
|
|||
|
|||
Parsing expressions
Hello
I wanted to explode expression like X^2 + 5 to the list of {operation,firstOP,secondOP}, i found i can do it in CAS window with "at" special syntax like 'X^2+5'[1 +-]. It rewrites it as at('X^2+5',0) and gives answer _x -> _x (looks like lambda). 'X^2+5'[2 +-] gives x^2 'X^2+5'[3 +-] gives 5 There is no really 'at' function and this code does not work in program. So, question is: how to parse expressions ? If there some command like OBJ-> from 50g ? Many many thanks anyway! XSet |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Parsing expressions - xset - 09-15-2015 06:11 AM
RE: Parsing expressions - Didier Lachieze - 09-15-2015, 07:20 AM
RE: Parsing expressions - xset - 09-15-2015, 07:27 AM
RE: Parsing expressions - ji3m - 09-26-2015, 05:44 PM
RE: Parsing expressions - Tim Wessman - 09-26-2015, 06:55 PM
RE: Parsing expressions - xset - 09-27-2015, 07:42 AM
|
User(s) browsing this thread: 3 Guest(s)