CAS: math expresion -> logical evaluation
|
08-27-2016, 02:36 PM
Post: #1
|
|||
|
|||
CAS: math expresion -> logical evaluation
How to evaluate an expression with the (=) operator, so that returns a Boolean value (true/false)?
Example 0 = 0 -> true 10*e^5-10*e^10 = 0 -> false I think it takes a function of the type. evaLogic (MathExpre) -> true/false evaLogic ( (10 * e ^ 5) - (10 * e ^ 10) = 0 ) -> false |
|||
« 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: 1 Guest(s)