1 Feb 2012 11:40
Re: sqrt(1-x^2)/(2-2*x^2) --/--> 1/(2*sqrt(1-x^2))
Barton Willis <willisb <at> unk.edu>
2012-02-01 10:40:28 GMT
2012-02-01 10:40:28 GMT
Maxima calls inte to do integrate((sqrt(1-x^2)*(x^2+1))/(2-2*x^2),x,0,1). If I recall, inte is one of the last functions integrate tries. Some other method (not sure which one) handles integrate((x^2+1)/(2*sqrt(1-x^2)),x,0,1). integrate((sqrt(1-x^2)*(x^2+1))/(2-2*x^2),x,0,1) is in the testsuite. --Barton
RSS Feed