|
From: Barton W. <wil...@us...> - 2025-11-20 19:21:59
|
--- **[bugs:#4635] one argument limit of linear comb of inf and minf** **Status:** open **Group:** None **Created:** Thu Nov 20, 2025 07:21 PM UTC by Barton Willis **Last Updated:** Thu Nov 20, 2025 07:21 PM UTC **Owner:** nobody This is wrong--Maxima needs to ask about the sign of `a-b`, not the sign of `a` and `b` separately: ~~~ (%i1) limit(a*inf + b*minf); Is a positive, negative or zero? p; Is b positive, negative or zero? n; (%o1) inf ~~~ --- 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. |