From: Barton W. <wil...@us...> - 2025-08-05 10:45:56
|
--- **[bugs:#4591] solve called on degree six gives 0^0 error** **Status:** open **Group:** None **Labels:** solve solvefactors **Created:** Tue Aug 05, 2025 10:45 AM UTC by Barton Willis **Last Updated:** Tue Aug 05, 2025 10:45 AM UTC **Owner:** nobody OK: ~~~ (%i1) xxx : (x^2 + 1+%i)^3$ (%i2) solve(xxx,x); (%o2) [x = - sqrt(- %i - 1), x = sqrt(- %i - 1)] ~~~ Not OK--this was done using the default value for solvefactors (true) ~~~ (%i3) solve(expand(xxx),x); expt: undefined: 0^0 ~~~ --- Sent from sourceforge.net because max...@li... is subscribed to https://sourceforge.net/p/maxima/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/maxima/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |