rtoy / maxima

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

solve doesn't solve simple equation involving radical #3323

Open rtoy opened 4 months ago

rtoy commented 4 months ago

Imported from SourceForge on 2024-07-07 20:52:31 Created by andreyz1024 on 2019-03-16 18:14:36 Original: https://sourceforge.net/p/maxima/bugs/3540


(%i1) solve(y=sqrt(y),y); (%o1) [y=sqrt(y)]

rtoy commented 4 months ago

Imported from SourceForge on 2024-07-07 20:52:31 Created by robert_dodier on 2019-04-12 22:35:26 Original: https://sourceforge.net/p/maxima/bugs/3540/#6c9d


rtoy commented 4 months ago

Imported from SourceForge on 2024-07-07 20:52:35 Created by robert_dodier on 2019-04-12 22:35:26 Original: https://sourceforge.net/p/maxima/bugs/3540/#c807


Try to_poly_solve for this one too. I get:

(%i1) load (to_poly_solve) $
(%i2) to_poly_solve (y = sqrt(y), y);
(%o2)                      %union([y = 0], [y = 1])