Updates:
Status: Started
Cc: [email protected]
Comment #7 on issue 2953 by [email protected]: Limits of Meijerg
http://code.google.com/p/sympy/issues/detail?id=2953
At least for this example the result now makes sense:
In [17]: G
Out[17]: meijerg(((), ()), ((1,), (0,)), -x)
In [18]: limit(G, x, 0)
Out[18]: meijerg(((), ()), ((1,), (0,)), 0)
In [19]: hyperexpand(_)
Out[19]: 0
For the other limit we get a graceful failure in the series module:
In [25]: limit(g, x, oo)
[...]
PoleError: Don't know how to calculate the limit(sqrt(1/x)*besseli(1,
2*sqrt(1/x)), x, 0, dir=+), sorry.
In [26]: gruntz(g, x, oo)
[...]
PoleError: Asymptotic expansion of besseli around [1, oo] is not
implemented.
That is ok so far.
--
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.