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

New issue 3500 by [email protected]: limit of fraction with oscillating term in the numerator calculated incorrectly
http://code.google.com/p/sympy/issues/detail?id=3500

In [2]: limit((n+cos(n))/n,n,oo)
Out[2]: nan

Should be 1, due to cos(n) is limited.

It seems that there are problems with calculating limits of oscillating functions, e.g.

In [3]: limit(cos(n),n,oo)
Out[3]: cos(∞)

Which should return nan instead or show that there is no limit in other way.

--
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.

Reply via email to