|
From: Barton W. <wil...@us...> - 2026-06-03 21:42:16
|
--- **[bugs:#4754] some limits of the form ind/ind** **Status:** open **Group:** None **Labels:** limit indeterminates **Created:** Wed Jun 03, 2026 09:42 PM UTC by Barton Willis **Last Updated:** Wed Jun 03, 2026 09:42 PM UTC **Owner:** nobody Maxima gets some limits of the form `ind/ind` correct; for example ~~~ (%i12) limit(sin(x)/(3+sin(x)),x,inf); (%o12) ind ~~~ But Maxima misses other cases: ~~~ (%i13) limit(sin(x)/(3+sin(x)+cos(x)),x,inf); (%o13) und ~~~ --- 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. |