new defint.lisp bug - was: new defint.lisp and radexpand:false?
Subject: new defint.lisp bug - was: new defint.lisp and radexpand:false?
From: Thomas D. Dean
Date: Wed, 11 Jan 2012 11:36:25 -0800
On Wed, 2012-01-11 at 10:47 -0800, Richard Fateman wrote:
> integrate(exp(x^5),x,1,2);
Maple returns
-1/5*(-1)^(4/5)*(
(x*(-1)^(1/5)*Pi*csc(Pi/5))/(gamma(4/5)*(-x^5)^(1/5))
- (x*(-1)^(1/5)*gamma(1/5,-x^5))/((-x^5)^(1/5))
);
gamma(m,n) is the incomplete gamma function
Tom Dean