From: Barton W. <wil...@us...> - 2025-08-05 19:01:47
|
--- **[bugs:#4592] integrate causes sign: argument cannot be imaginary error** **Status:** open **Group:** None **Labels:** integrate sign **Created:** Tue Aug 05, 2025 07:01 PM UTC by Barton Willis **Last Updated:** Tue Aug 05, 2025 07:01 PM UTC **Owner:** nobody OK: ~~~ (%i12) integrate(1/(x + %i+1),x); (%o12) log(x + %i + 1) ~~~ Not OK ~~~ (%i13) integrate(1/(x^4 + %i+1),x); sign: argument cannot be imaginary; found %i ~~~ --- 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. |