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
ℯ ⅈ⋅x⋅ℯ
─────────── + ───────────────
2 2 2⋅π⋅y
4⋅π ⋅y
Which is clearly wrong (the result still has x in it).
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.