|
From: Barton W. <wil...@us...> - 2026-06-03 10:32:36
|
--- **[bugs:#4753] some limits of gamma toward minf** **Status:** open **Group:** None **Labels:** limit **Created:** Wed Jun 03, 2026 10:32 AM UTC by Barton Willis **Last Updated:** Wed Jun 03, 2026 10:32 AM UTC **Owner:** nobody Wrong: ~~~ (%i9) xxx : %e^-x*gamma(-x)*(x+1)^(x+1/2)*sin(%pi*x); (%o9) %e^-x*gamma(-x)*(x+1)^(x+1/2)*sin(%pi*x) (%i10) limit(xxx, x,inf); (%o10) und ~~~ A correct value is ~~~ -%e * sqrt(%pi/2) ~~~ Negative integers are not in the natural domain of `xxx`, but `xxx` does analytically continue to the negative integers. --- 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. |