Page 1 sur 1

The list2exp & autosimplify commands

Publié : sam. sept. 22, 2018 2:59 pm
par compsystems
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)) ...