Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 3461 by [email protected]: Incorrect Limit
http://code.google.com/p/sympy/issues/detail?id=3461
Consider:
In[5]: expr = S('5*x**3/4 - 3*x/4 + (_eta_k*(3*x**2/2 - 1/2) + 35*x**4/8 -
15*x**2/4 + 3/8)/(2*(_eta_k + 1))')
and take the limit as _eta_k -> inf:
In[6]: limit(expr, '_eta_k', oo)
Out[6]: 5*x**3/4 - 3*x/4
which is incorrect.
--
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.