On Friday, February 28, 2014 9:02:25 PM UTC+4, Avichal Dayal wrote: > > Currently the series method does not allow to return only the Order term. >
Why do you think so? In [2]: O(1).series(x,n=100) Out[2]: O(1) > Since sin and cos do not converge at infinity and are bounded functions, > in my opinion asymptotic expansion of sin and cos at [oo] should be simply > Order(1), right? Typo? Perhaps, O(1, (x, oo)) Why you think, that that's 1) an expansion 2) the "right" one. O(1) - just a set of function with some specific behaviour around x=0. -- You received this message because you are subscribed to the Google Groups "sympy" 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. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/bf58345d-3c0a-4198-936f-0965408a767c%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
