Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium Evalf Integration
New issue 3504 by [email protected]: polylog.evalf doesn't work
http://code.google.com/p/sympy/issues/detail?id=3504
In [8]: integrate(ln(1 - y)/y, (y, 0, 1)).evalf()
Out[8]:
⎛ 2⋅ⅈ⋅π⎞
-polylog⎝2, ℯ ⎠
According to
http://www.wolframalpha.com/input/?i=integrate%28-log%281+-+y%29%2Fy%2C+%28y%2C+0%2C+1%29%29
it should be 1.64493.
--
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.