Post Reply 
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
CAS: math expresion -> logical evaluation - compsystems - 08-27-2016 02:36 PM



User(s) browsing this thread: 1 Guest(s)