Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium Integration

New issue 3659 by [email protected]: Issues with Ei from integrate
http://code.google.com/p/sympy/issues/detail?id=3659

In [60]: integrate(exp(x)/x, (x, -oo, oo))
RuntimeError: maximum recursion depth exceeded

In [61]: integrate(exp(I*x)/x, (x, -oo, oo))
Out[61]:
    ⎛    ⅈ⋅π⎞     ⎛   ⅈ⋅π⎞
    ⎜    ───⎟     ⎜   ───⎟
    ⎜     2 ⎟     ⎜    2 ⎟
- Ei⎝-∞⋅ℯ   ⎠ + Ei⎝∞⋅ℯ   ⎠

In [62]: integrate(exp(I*x)/x, (x, 0, oo))
Out[62]:
  ⎛   ⅈ⋅π⎞
  ⎜   ───⎟
  ⎜    2 ⎟
Ei⎝∞⋅ℯ   ⎠ - Ei(0)

In [63]: integrate(exp(n*x)/x, (x, 0, oo))
Out[63]: Ei(∞⋅n) - Ei(0)

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to