Comment #3 on issue 1732 by matt...@gmail.com: integrate(sin(x).series(x)) gives traceback
http://code.google.com/p/sympy/issues/detail?id=1732

Now it doesn't fail, it just return Integral():

In [1]: integrate(sin(x).series(x))
Out[1]:
⌠
⎮ ⎛     3     5          ⎞
⎮ ⎜    x     x           ⎟
⎮ ⎜x - ── + ─── + O(x**6)⎟ dx
⎮ ⎝    6    120          ⎠
⌡

In [2]: integrate(O(x), x)
Out[2]:
⌠
⎮ O(x) dx
⌡

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to