Re: Issue 2315 in sympy: integrate(1/(x**2 + n**2, x) failure, where n is an integer

2011-04-28 Thread sympy
Comment #8 on issue 2315 by asmeurer: integrate(1/(x**2 + n**2, x) failure, where n is an integer http://code.google.com/p/sympy/issues/detail?id=2315 auto doesn't seem to exist yet: TypeError: div() got an unexpected keyword argument 'auto' -- You received this message because you are

Re: Issue 2315 in sympy: integrate(1/(x**2 + n**2, x) failure, where n is an integer

2011-04-28 Thread sympy
Comment #9 on issue 2315 by asmeurer: integrate(1/(x**2 + n**2, x) failure, where n is an integer http://code.google.com/p/sympy/issues/detail?id=2315 Patch (basically the one from comment 7) forthcoming… -- You received this message because you are subscribed to the Google Groups

Re: Issue 2315 in sympy: integrate(1/(x**2 + n**2, x) failure, where n is an integer

2011-04-28 Thread sympy
Updates: Labels: NeedsReview asmeurer Comment #10 on issue 2315 by asmeurer: integrate(1/(x**2 + n**2, x) failure, where n is an integer http://code.google.com/p/sympy/issues/detail?id=2315 See https://github.com/sympy/sympy/pull/269. -- You received this message because you are

Re: Issue 2315 in sympy: integrate(1/(x**2 + n**2, x) failure, where n is an integer

2011-04-28 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #11 on issue 2315 by Vinzent.Steinberg: integrate(1/(x**2 + n**2, x) failure, where n is an integer http://code.google.com/p/sympy/issues/detail?id=2315 (No comment was entered for this change.) -- You received

Re: Issue 2315 in sympy: integrate(1/(x**2 + n**2, x) failure, where n is an integer

2011-04-27 Thread sympy
Comment #3 on issue 2315 by asmeurer: integrate(1/(x**2 + n**2, x) failure, where n is an integer http://code.google.com/p/sympy/issues/detail?id=2315 Let's wait for Mateusz. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this

Re: Issue 2315 in sympy: integrate(1/(x**2 + n**2, x) failure, where n is an integer

2011-04-27 Thread sympy
Comment #4 on issue 2315 by matt...@gmail.com: integrate(1/(x**2 + n**2, x) failure, where n is an integer http://code.google.com/p/sympy/issues/detail?id=2315 This patch is wrong because it shouldn't happen that for a certain case div() changes the domain of computation (ZZ - QQ). A sane

Re: Issue 2315 in sympy: integrate(1/(x**2 + n**2, x) failure, where n is an integer

2011-04-27 Thread sympy
Updates: Status: Started Comment #7 on issue 2315 by matt...@gmail.com: integrate(1/(x**2 + n**2, x) failure, where n is an integer http://code.google.com/p/sympy/issues/detail?id=2315 Yes, to_field() will fix this problem (you can also use auto=True in .div()). However, I would

Issue 2315 in sympy: integrate(1/(x**2 + n**2, x) failure, where n is an integer

2011-04-26 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Integration New issue 2315 by asmeurer: integrate(1/(x**2 + n**2, x) failure, where n is an integer http://code.google.com/p/sympy/issues/detail?id=2315 Comment 3 from issue 2150 (Mateusz): This is actually more complex

Re: Issue 2315 in sympy: integrate(1/(x**2 + n**2, x) failure, where n is an integer

2011-04-26 Thread sympy
Updates: Cc: matt...@gmail.com Labels: Polynomial Comment #1 on issue 2315 by asmeurer: integrate(1/(x**2 + n**2, x) failure, where n is an integer http://code.google.com/p/sympy/issues/detail?id=2315 Well, here's where integrate(1/(x**2 + 16), x) diverges from