Comment #3 on issue 4125 by [email protected]: Issues with Bessel
functions
http://code.google.com/p/sympy/issues/detail?id=4125
I have upgraded to 0.7.4. Now attempting issue 2) above:
from sympy import *
x = Symbol('x')
y1 = sqrt(x)*besseli(1,sqrt(8*x))
and get the PoleError as well (I assume this was added since 0.7.2)
limit(x*diff(y1,x,x)/y1,x,.1).evalf()
produces the exact same result as in 0.7.2
The lambdify example 3) is the same as above. It works fine in an
interactive interpreter, but not running the script
--
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.