Updates:
Status: Valid
Labels: Series
Comment #1 on issue 3810 by [email protected]: Wrong limit of expression
equivalent to zeta(2*k)
http://code.google.com/p/sympy/issues/detail?id=3810
The zeta one probably just works because zeta(oo) is defined in the zeta
constructor.
Perhaps this is related
In [24]: gruntz((-1)**(k+1)*bernoulli(2*k) *(2* pi)**(2*k)/(2 *
factorial(2*k)), k, oo)
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-24-22601d440e2b> in <module>()
----> 1 gruntz((-1)**(k+1)*bernoulli(2*k) *(2* pi)**(2*k)/(2 *
factorial(2*k)), k, oo)
/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/series/gruntz.pyc in
gruntz(e, z, z0, dir)
712 # It might be nicer to rewrite the exactly to what they were
initially,
713 # but that would take some work to implement.
--> 714 return r.rewrite('intractable', deep=True)
AttributeError: 'NoneType' object has no attribute 'rewrite'
--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.