Re: Issue 3853 in sympy: recognize elliptical integrals

2013-06-04 Thread sympy
Comment #5 on issue 3853 by smi...@gmail.com: recognize elliptical integrals http://code.google.com/p/sympy/issues/detail?id=3853 The code above is said to be a quadratically converging computation of the result so even if the general evalf improves, the above will likely be faster. -- You

Re: Issue 3853 in sympy: recognize elliptical integrals

2013-06-02 Thread sympy
Updates: Labels: Evalf Comment #4 on issue 3853 by asmeu...@gmail.com: recognize elliptical integrals http://code.google.com/p/sympy/issues/detail?id=3853 Integral.evalf is just slow. The whole thing should be audited. Even Integral.as_sum is often faster. -- You received this mes

Re: Issue 3853 in sympy: recognize elliptical integrals

2013-05-28 Thread sympy
Comment #3 on issue 3853 by smi...@gmail.com: recognize elliptical integrals http://code.google.com/p/sympy/issues/detail?id=3853 Ellipse((0,0),3,1).circumference -> gives the integral -- You received this message because this project is configured to send all issue notifications to this addr

Re: Issue 3853 in sympy: recognize elliptical integrals

2013-05-27 Thread sympy
Updates: Labels: Integration Comment #1 on issue 3853 by asmeu...@gmail.com: recognize elliptical integrals http://code.google.com/p/sympy/issues/detail?id=3853 What is the actual integral being computed? -- You received this message because this project is configured to send all i

Re: Issue 3853 in sympy: recognize elliptical integrals

2013-05-27 Thread sympy
Updates: Labels: Geometry Comment #2 on issue 3853 by asmeu...@gmail.com: recognize elliptical integrals http://code.google.com/p/sympy/issues/detail?id=3853 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue

Issue 3853 in sympy: recognize elliptical integrals

2013-05-27 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium New issue 3853 by smi...@gmail.com: recognize elliptical integrals http://code.google.com/p/sympy/issues/detail?id=3853 This requires about 2 minutes Ellipse((0,0),3,1).circumference.n() 13.3648932205553 This is nearly instantane