Updates:
        Status: Started
        Owner: [email protected]

Comment #2 on issue 3251 by [email protected]: AttributeError: 'Tuple' object has no attribute 'limit' with series of hyper
http://code.google.com/p/sympy/issues/detail?id=3251

After merging PR # 2188 we get the mathematical error:


In [16]: integrate(exp(k*(y**3 - 3*y)), (y, 0, oo), conds='none').series(k)
---------------------------------------------------------------------------
PoleError                                 Traceback (most recent call last)
<ipython-input-16-23e23c86b32a> in <module>()
----> 1 integrate(exp(k*(y**3 - 3*y)), (y, 0, oo), conds='none').series(k)

[...]

PoleError: Cannot expand besseli(1/3, 2*k) around 0


This is clearly an Airy function. When we finish their implementation, I think
it will become possible to handle that series expansion.


--
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