rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

integrate(log(x)/(x^2+1)^2,x,0,inf) - wrong result #1597

Closed rtoy closed 2 days ago

rtoy commented 2 days ago

Imported from SourceForge on 2024-07-04 20:21:02 Created by *anonymous on 2006-01-14 16:12:51 Original: https://sourceforge.net/p/maxima/bugs/855


(%i1) integrate(log(x)/(x^2+1)^2,x,0,inf); (%o1) (3*%i*%pi^2-4*%pi)/32

Correct result should be -%pi/4.

------------------------------------------------------------- Maxima version: 5.9.2.15cvs Maxima build date: 17:26 1/9/2006 host type: powerpc-apple-darwin8.3.0 lisp-implementation-type: SBCL lisp-implementation-version: 0.9.8 -------------------------------------------------------------

rtoy commented 2 days ago

Imported from SourceForge on 2024-07-04 20:21:03 Created by rtoy on 2006-02-15 19:55:01 Original: https://sourceforge.net/p/maxima/bugs/855/#4654


rtoy commented 2 days ago

Imported from SourceForge on 2024-07-04 20:21:07 Created by rtoy on 2006-02-15 19:55:01 Original: https://sourceforge.net/p/maxima/bugs/855/#ec6b


Logged In: YES user_id=28849

Fixed in CVS. The problem was that we were not computing the residues of all the poles.