Open rtoy opened 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
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])
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)]