Page 1 sur 1

evalb command

Publié : jeu. oct. 31, 2024 5:47 pm
par compsystems
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)

Re: evalb command

Publié : dim. nov. 03, 2024 6:50 am
par parisse
I don't understand what you want, is it the suppression of evalb?

Re: evalb command

Publié : lun. nov. 04, 2024 2:23 am
par compsystems
Yes, I think you should remove the command in the output and leave just the argument

evalb( (6+8*i)>(3+4*i) ) [enter] (6+8*i)>(3+4*i)

message "no order in complex numbers"