|
From: Barton W. <wil...@us...> - 2025-11-19 17:21:29
|
- **status**: open --> closed - **Comment**: Fixed by Commit [73bf03] master. Closing this ticket. --- **[bugs:#4633] integrate(exp(- t) log(t), t, 0, 1) --> integral nounform** **Status:** closed **Group:** None **Labels:** limit gamma_incomplete defint **Created:** Fri Nov 14, 2025 01:06 AM UTC by Barton Willis **Last Updated:** Fri Nov 14, 2025 01:06 AM UTC **Owner:** nobody We get a noun form because Maxima can't find a limit of an incomplete gamma function. Repair this limit limitation, and I think this definite integral will give a correct value: ~~~ (%i3) integrate(exp(-t) * log(t), t, 0, 1); (%o3) 'integrate(%e^-t*log(t),t,0,1) ~~~ This is a test in `rtest_log` (problem 120 , line 433) --- 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. |