evalb command
Publié : jeu. oct. 31, 2024 5:47 pm
Hello
Hello, the boolen evaluation command when it cannot return a logical value must return the same input expression.
autosimplify(0); [enter]
evalb( (6+8*i)=(3+4*i) ) [enter] true
evalb( (6+8*i)≠(3+4*i) ) [enter] true
evalb( (6+8*i)>(3+4*i) ) [enter] evalb( (6+8*i)>(3+4*i) ) // why is the order evalb() being placed again?
evalb( (6+8*i)>(3+4*i) ) [enter] (6+8*i)>(3+4*i) : )
autosimplify(2); [enter]
evalb( (6+8*i)>(3+4*i) ) [enter] evalb((3+4*i)>0)
Hello, the boolen evaluation command when it cannot return a logical value must return the same input expression.
autosimplify(0); [enter]
evalb( (6+8*i)=(3+4*i) ) [enter] true
evalb( (6+8*i)≠(3+4*i) ) [enter] true
evalb( (6+8*i)>(3+4*i) ) [enter] evalb( (6+8*i)>(3+4*i) ) // why is the order evalb() being placed again?
evalb( (6+8*i)>(3+4*i) ) [enter] (6+8*i)>(3+4*i) : )
autosimplify(2); [enter]
evalb( (6+8*i)>(3+4*i) ) [enter] evalb((3+4*i)>0)