Status: New
Owner: ----
New issue 231 by
vick1...@orange.mu: mpmath and mathematica diverge at
nearly 186 digits
http://code.google.com/p/mpmath/issues/detail?id=231
What steps will reproduce the problem?
1. definite integral using mpmath quadts for tanh-sinh quadrature:
2. function to integrate is
1/sqrt((.0000812*(1+x)^4)+(.2719188*(1+x)^3)+(0*(1+x)^2)+.728)
3. from 0 to 1e+13
4. in excess of 200 digits accuracy
What is the expected output? What do you see instead?
expected output is as per mathematica result in attached file
resultmath.docx and what i see is in attached file test.txt
What version of the product are you using? On what operating system?
python 2.7 mpmath-0.17, python 2.7.3 on windows 7
Please provide any additional information below.
Attachments:
test.txt 658 bytes
resultmath.docx 21.7 KB