About computing integral integrate(exp(-x^k),x,0,1)
Subject: About computing integral integrate(exp(-x^k),x,0,1)
From: Richard Hennessy
Date: Thu, 05 Jan 2012 00:43:56 -0500
"integral becomes(1/k)*[gamma(1/k)-incomplete_gamma(1/k, 1)]"
I think you made a mistake, it should be
the integral becomes (1/k)*[gamma(1/k)-incomplete_gamma(1/k, k)]
Rich
-----Original Message-----
From: James Nesta
Sent: Wednesday, January 04, 2012 10:48 PM
To: maxima at math.utexas.edu
Subject: Re: [Maxima] About computing integral integrate(exp(-x^k),x,0,1)
In fooling with this integral I was able to get what I think is a manageable
solution. As follows:
Transform the variable x to z by the transformation x = z^(1/k), dx =
z^(1/k-1)dz,
the integral becomes(1/k)*[gamma(1/k)-incomplete_gamma(1/k, 1)]. I think
that Maxima should be able to handle each of these functions. I hope that
this helps.
Jim
_______________________________________________
Maxima mailing list
Maxima at math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima