Status: New
Owner: ----
Labels: Type-Defect Priority-Medium WrongResult Series

New issue 3626 by skirpic...@gmail.com: Wrong order and series coefficients for expint()
http://code.google.com/p/sympy/issues/detail?id=3626

In [36]: expint(S(3)/2,-x).series(x,0,5)
Out[36]: 2 - 2*sqrt(pi)*sqrt(-x) - 2*x - x**2/3 - x**3/15 + x**4/12 + O(x**5) ^^^^^^^
vs

In [37]: expint(S(3)/2,-x).series(x,0,7)
Out[37]: 2 - 2*sqrt(pi)*sqrt(-x) - 2*x - x**2/3 - x**3/15 - x**4/84 + x**5/60 + x**6/360 + O(x**7)

and
http://www.wolframalpha.com/input/?i=Series%5BExpIntegralE%5B3%2F2%2C+x%5D%2C+%7Bx%2C+0%2C+6%7D%5D

--
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 sympy-issues+unsubscr...@googlegroups.com.
To post to this group, send email to sympy-issues@googlegroups.com.
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