Comment #2 on issue 2953 by ness...@gmail.com: Limits of Meijerg
http://code.google.com/p/sympy/issues/detail?id=2953

Whenever you get a strange result from "limit", try "gruntz" instead. For the bessel case it will tell you that asymptotic series expansions are not implemented for besseli.

Regarding meijerg, the problem presumably is that "limit" tries to compute f.args.limit(...), which does not work because "Tuple" simply does not implement this function.

In any case there is no support at all for computing limits of meijerg; even if there was no error I would be highly surprised if the results had any meaning at all. Computing such limits in general seems highly non-trivial, even if the parameters are independent of the variable with respect to which the limit is being taken.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to