|
From: David S. <tom...@us...> - 2026-09-02 10:27:34
|
--- **[bugs:#5216] limit\(%i\*x + sqrt\(x\), x, inf\) stays noun-form** **Status:** open **Group:** None **Labels:** limit **Created:** Wed Sep 02, 2026 10:27 AM UTC by David Scherfgen **Last Updated:** Wed Sep 02, 2026 10:27 AM UTC **Owner:** nobody Maxima returns a noun-form for this limit: ~~~ limit(%i*x + sqrt(x), x, inf); ~~~ It's caused by the complex leading term. Could probably be solved by letting `maybe-asksign` check first whether the `imagpart` of the expression is provably non-zero and then return `complex` or `imaginary`. --- 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. |