CAS: math expresion -> logical evaluation
|
08-27-2016, 03:04 PM
(This post was last modified: 08-27-2016 04:06 PM by Didier Lachieze.)
Post: #2
|
|||
|
|||
RE: CAS: math expresion -> logical evaluation
What about :
Code: EXPORT EvalLogic(expression) EvalLogic('0=0') -> 1 EvalLogic('0=1') -> 0 EvalLogic('10*e^5-10*e^10=0') -> 0 And in CAS mode you can also evaluate expressions with undefined variables : EvalLogic('2*x = x+x') -> 1 [Edited to support undefined variables] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
CAS: math expresion -> logical evaluation - compsystems - 08-27-2016, 02:36 PM
RE: CAS: math expresion -> logical evaluation - Didier Lachieze - 08-27-2016 03:04 PM
RE: CAS: math expresion -> logical evaluation - parisse - 08-27-2016, 06:29 PM
|
User(s) browsing this thread: 3 Guest(s)