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

New issue 4068 by [email protected]: series(sqrt(sec(x)), x, x0=pi*3/2, n=4) raises PoleError
http://code.google.com/p/sympy/issues/detail?id=4068

series(sqrt(sec(x)), x, x0=pi*3/2, n=4)

...
/home/pape/sympy/sympy/core/function.pyc in _eval_nseries(self, x, n, logx)
    525                         subs = e.limit(_x, S.Zero)
    526                     if subs.is_bounded is False:
--> 527 raise PoleError("Cannot expand %s around 0" % (self))
    528                     term = subs*(x**i)/fact
    529                     term = term.expand()

PoleError: Cannot expand sec(_x + 3*pi/2) around 0

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to