evalb command

Messages in english

Modérateur : xcasadmin

compsystems
Messages : 603
Inscription : sam. févr. 04, 2017 11:34 pm
Localisation : Colombia
Contact :

evalb command

Message par compsystems » 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)

parisse
Messages : 5878
Inscription : mar. déc. 20, 2005 4:02 pm
Contact :

Re: evalb command

Message par parisse » dim. nov. 03, 2024 6:50 am

I don't understand what you want, is it the suppression of evalb?

compsystems
Messages : 603
Inscription : sam. févr. 04, 2017 11:34 pm
Localisation : Colombia
Contact :

Re: evalb command

Message par compsystems » lun. nov. 04, 2024 2:23 am

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"

Répondre