Output in the solution of an inequation list[] or set[]

Messages in english

Modérateur : xcasadmin

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

Output in the solution of an inequation list[] or set[]

Message par compsystems » dim. juin 02, 2024 5:24 pm

solve( -2/3*y>-12 AND 2/25≥13/20*y ,y) [enter] returns list[y<=(16/5)]

but
solve( -2/3*y>-12 AND 2/25≥13/20*y ,y, '=') [enter] returns set[y<=(8/65)]

If included in the output the variable changes from list to set, why does this happen?

Répondre