The list2exp & autosimplify commands

Messages in english

Modérateur : xcasadmin

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

The list2exp & autosimplify commands

Message par compsystems » sam. sept. 22, 2018 2:59 pm

Hello, The list2exp command if the simplification flag is at maximum, the result is not the desired one, Please make list2exp temporarily disable the maximum simplification.

autosimplify(2):;
list2exp(solve([x^2 + y^2 = 5, x^2 - y^2 = 1],[x,y]),[x,y]) => false

autosimplify(0):;
list2exp(solve([x^2 + y^2 = 5, x^2 - y^2 = 1],[x,y]),[x,y]) =>
x=(sqrt(3) and y=(sqrt(2)) ...

Répondre