|
From: David S. <tom...@us...> - 2026-09-04 05:03:21
|
--- **[bugs:#5224] limit\(abs\(a+%i\)\*x, x, inf\) gives infinity** **Status:** open **Group:** None **Labels:** limit **Created:** Fri Sep 04, 2026 05:03 AM UTC by David Scherfgen **Last Updated:** Fri Sep 04, 2026 05:03 AM UTC **Owner:** nobody ~~~ (%i1) limit(abs(a+%i)*x, x, inf) (%o1) infinity ~~~ The correct answer is `inf`, given that `a` is an undeclared variable and therefore assumed to be real. Maxima gets confused by the `%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. |