|
From: Barton W. <wil...@us...> - 2026-07-07 17:24:35
|
--- **[bugs:#4812] limit\(abs\(x^2 + 4\*%i\*x +1\) - x^2,x,inf\)** **Status:** open **Group:** None **Labels:** limit **Created:** Tue Jul 07, 2026 05:24 PM UTC by Barton Willis **Last Updated:** Tue Jul 07, 2026 05:24 PM UTC **Owner:** Barton Willis Not wrong, but 9 is a better answer: ~~~ (%i6) limit(abs(x^2 + 4*%i*x +1) - x^2,x,inf); (%o6) limit(abs(x^2+4*%i*x+1)-x^2,x,inf) (%i7) build_info(); (%o7) build_info(version="5.49.0",timestamp="2026-01-02 21:27:51" ... ~~~ There are other examples that involve expressions that involve `abs(XXX + %i*YYY)` I have a possible fix, so I've assigned this to me. --- 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. |