|
From: Barton W. <wil...@us...> - 2026-06-04 14:48:29
|
---
**[bugs:#4755] some limits involving definite integrals**
**Status:** open
**Group:** None
**Labels:** limit simplim%function
**Created:** Thu Jun 04, 2026 02:48 PM UTC by Barton Willis
**Last Updated:** Thu Jun 04, 2026 02:48 PM UTC
**Owner:** nobody
The operator `%integrate` has a `simplim%function`. This contributes to this bug:
~~~
(%i38) xxx : integrate(1/(x + exp(-x)),x,1,z)/z;
(%o38) ('integrate(1/(x+%e^-x),x,1,z))/z
(%i39) limit(xxx,z,inf);
(%o39) 0
~~~
Defining `simplim%functions` for sums and products would likely create similar bugs.
---
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. |