Issue 3249 in sympy: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo))

2012-04-27 Thread sympy
Status: Valid Owner: CC: ness...@gmail.com Labels: Type-Defect Priority-Medium Integration Matching Evalf New issue 3249 by asmeu...@gmail.com: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo)) http://code.google.com/p/sympy/issues/detail?id=3249 In [598]: integrate(exp(I*x)/(

Re: Issue 3249 in sympy: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo))

2012-04-27 Thread sympy
Comment #1 on issue 3249 by asmeu...@gmail.com: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo)) http://code.google.com/p/sympy/issues/detail?id=3249 The substitution problem is just because I forgot to sympify the fractions. If I do that, it does work, and verifies that the an

Re: Issue 3249 in sympy: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo))

2012-04-27 Thread sympy
Updates: Labels: -Matching Comment #2 on issue 3249 by asmeu...@gmail.com: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo)) http://code.google.com/p/sympy/issues/detail?id=3249 (No comment was entered for this change.) -- You received this message because you are subscrib

Re: Issue 3249 in sympy: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo))

2012-04-27 Thread sympy
Comment #3 on issue 3249 by ness...@gmail.com: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo)) http://code.google.com/p/sympy/issues/detail?id=3249 Regarding this problem with meijerint in general (and similar problems reported): I have them bookmarked and intend to work on the

Re: Issue 3249 in sympy: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo))

2012-04-28 Thread sympy
Comment #4 on issue 3249 by asmeu...@gmail.com: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo)) http://code.google.com/p/sympy/issues/detail?id=3249 I see. Any thoughts on why it can't be symbolically simplified. Perhaps something just needs to be added to the table? -- You

Re: Issue 3249 in sympy: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo))

2012-04-30 Thread sympy
Comment #5 on issue 3249 by ness...@gmail.com: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo)) http://code.google.com/p/sympy/issues/detail?id=3249 Here is a pull request for the evaluation problem. I will think about the symbolics next ^^. https://github.com/sympy/sympy/pull

Re: Issue 3249 in sympy: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo))

2012-05-01 Thread sympy
Comment #6 on issue 3249 by ness...@gmail.com: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo)) http://code.google.com/p/sympy/issues/detail?id=3249 Pull request: https://github.com/sympy/sympy/pull/1274 -- You received this message because you are subscribed to the Google Groups

Re: Issue 3249 in sympy: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo))

2012-05-03 Thread sympy
Comment #7 on issue 3249 by asmeu...@gmail.com: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo)) http://code.google.com/p/sympy/issues/detail?id=3249 That was merged. I think this can now be closed. -- You received this message because you are subscribed to the Google Groups "s

Re: Issue 3249 in sympy: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo))

2012-05-03 Thread sympy
Updates: Status: Fixed Comment #8 on issue 3249 by asmeu...@gmail.com: Difficulty with integrate(exp(I*x)/(1 + x**2), (x, -oo, oo)) http://code.google.com/p/sympy/issues/detail?id=3249 (No comment was entered for this change.) -- You received this message because you are subscribed t