Re: Issue 1100 in sympy: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) is wrong

2012-10-14 Thread sympy
Updates: Labels: -NeedsReview Blockedon: -sympy:2280 sympy:2280 Comment #8 on issue 1100 by julien.r...@gmail.com: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) is wrong http://code.google.com/p/sympy/issues/detail?id=1100 (No comment was entered for this change.) -- You receiv

Re: Issue 1100 in sympy: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) is wrong

2011-04-29 Thread sympy
Updates: Status: Fixed Comment #7 on issue 1100 by asmeurer: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) is wrong http://code.google.com/p/sympy/issues/detail?id=1100 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Group

Re: Issue 1100 in sympy: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) is wrong

2011-04-29 Thread sympy
Updates: Status: fixed Comment #6 on issue 1100 by smi...@gmail.com: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) is wrong http://code.google.com/p/sympy/issues/detail?id=1100 (No comment was entered for this change.) -- You received this message because you are subscribed to the Goog

Re: Issue 1100 in sympy: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) is wrong

2011-04-17 Thread sympy
Updates: Blockedon: 2280 Comment #5 on issue 1100 by asmeurer: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) is wrong http://code.google.com/p/sympy/issues/detail?id=1100 See issue 2280. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group.

Re: Issue 1100 in sympy: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) is wrong

2011-04-14 Thread sympy
Updates: Labels: NeedsReview sapta.iitkgp Comment #4 on issue 1100 by asmeurer: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) is wrong http://code.google.com/p/sympy/issues/detail?id=1100 See https://github.com/sympy/sympy/pull/225 -- You received this message because you are subscribe

Re: Issue 1100 in sympy: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) is wrong

2010-08-03 Thread sympy
Updates: Labels: Integration Comment #3 on issue 1100 by asmeurer: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) is wrong http://code.google.com/p/sympy/issues/detail?id=1100 This is now giving: In [1]: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) Out[1]: -2⋅π⋅ⅈ⋅x⋅y-2⋅π⋅ⅈ⋅x⋅y

Issue 1100 in sympy: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) is wrong

2009-09-16 Thread codesite-noreply
Comment #2 on issue 1100 by asmeurer: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) is wrong http://code.google.com/p/sympy/issues/detail?id=1100 Maple gives: > int(x*exp(-I*2*pi*x),x=-infinity..infinity); undefined And WolphramAlpha: http://www.wolframalpha.co

Issue 1100 in sympy: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) is wrong

2009-09-16 Thread codesite-noreply
Comment #1 on issue 1100 by akshaysrinivasan: integrate(exp(-I*2*pi*y*x)*x, (x, -oo, oo)) is wrong http://code.google.com/p/sympy/issues/detail?id=1100 I'm curious, what is the Integral Integral(x*exp(-I*2*pi*x),(x,-oo,oo)) supposed to be ? I couldn't get the result myself or with Maxima. -