rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

regression in to_poly_solve #73

Open rtoy opened 4 months ago

rtoy commented 4 months ago

Imported from SourceForge on 2024-07-01 18:03:11 Created by dimpase on 2017-01-17 23:25:47 Original: https://sourceforge.net/p/maxima/bugs/3276


the following used to output 2 different solutions, not just one (as is now in 5.39.0):

(%i5) to_poly_solve(Q*sqrt(Q^2 + 2)=1,Q); (%o5) %union([Q = - sqrt((- sqrt(2)) - 1)])

rtoy commented 4 months ago

Imported from SourceForge on 2024-07-01 18:03:11 Created by tomasriker on 2017-01-22 13:36:00 Original: https://sourceforge.net/p/maxima/bugs/3276/#f5da


Odd that it finds only the imaginary solution, not the real one.