Issue 1323 in sympy: integrate(1/sqrt(16 + 4*x**2), x) fails

2009-03-10 Thread codesite-noreply
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 1323 by Vinzent.Steinberg: integrate(1/sqrt(16 + 4*x**2), x) fails http://code.google.com/p/sympy/issues/detail?id=1323 >>> integrate(1/sqrt(16 + 4*x**2), x) Traceback (most recent call last): File "", line 2, in F

Issue 1323 in sympy: integrate(1/sqrt(16 + 4*x**2), x) fails

2009-03-10 Thread codesite-noreply
Comment #1 on issue 1323 by plaes800: integrate(1/sqrt(16 + 4*x**2), x) fails http://code.google.com/p/sympy/issues/detail?id=1323 Testcase: Poly._decompose(sqrt(4 + x**2), x) So, how should Poly._decompose manage it? -- You received this message because you are listed in the owner or CC f

Issue 1323 in sympy: integrate(1/sqrt(16 + 4*x**2), x) fails

2009-03-10 Thread codesite-noreply
Updates: Cc: mattpap Comment #2 on issue 1323 by ondrej.certik: integrate(1/sqrt(16 + 4*x**2), x) fails http://code.google.com/p/sympy/issues/detail?id=1323 I think the decompose should not get sqrt(4+x**2) in the first place, e.g. there is some mistake in the algorithm. Or maybe I a

Issue 1323 in sympy: integrate(1/sqrt(16 + 4*x**2), x) fails

2009-03-10 Thread codesite-noreply
Updates: Status: Started Comment #3 on issue 1323 by mattpap: integrate(1/sqrt(16 + 4*x**2), x) fails http://code.google.com/p/sympy/issues/detail?id=1323 Yep, Poly._decompose() shouldn't get algebraic functions. The problem is in putting expressions into a normal form, especially expre

Issue 1323 in sympy: integrate(1/sqrt(16 + 4*x**2), x) fails

2009-05-31 Thread codesite-noreply
Updates: Labels: Integration Comment #4 on issue 1323 by Vinzent.Steinberg: integrate(1/sqrt(16 + 4*x**2), x) fails http://code.google.com/p/sympy/issues/detail?id=1323 What has to be done to fix this "properly"? -- You received this message because you are listed in the owner or CC f

Re: Issue 1323 in sympy: integrate(1/sqrt(16 + 4*x**2), x) fails

2012-10-29 Thread sympy
Updates: Status: Fixed Blockedon: -sympy:1393 sympy:1393 Comment #6 on issue 1323 by ronan.l...@gmail.com: integrate(1/sqrt(16 + 4*x**2), x) fails http://code.google.com/p/sympy/issues/detail?id=1323 This has been fixed. In [22]: integrate(1/sqrt(16 + 4*x**2), x) Out[22]:

Re: Issue 1323 in sympy: integrate(1/sqrt(16 + 4*x**2), x) fails

2011-06-05 Thread sympy
Updates: Blockedon: 1393 Comment #5 on issue 1323 by asmeurer: integrate(1/sqrt(16 + 4*x**2), x) fails http://code.google.com/p/sympy/issues/detail?id=1323 The fix from issue 1393 would be a good fix. -- You received this message because you are subscribed to the Google Groups "symp