-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError with series #8943
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
Looks like this is in Ginac/Pynac. But maybe it makes sense not to have an answer here? After all, the technical definition would imply that f doesn't have a Taylor series there, if it doesn't even exist. Probably Maxima is more lenient about such things. |
Author: Alexei Sheplyakov, Burcin Erocal |
comment:3
Attachment: trac_8943-series.patch.gz This was fixed upstream in ginac. The changes will be in the next pynac release. Patch with doctest is attached. |
comment:4
New pynac package with the fix is at #11317. |
Dependencies: 11317 |
comment:5
This is nice, and the other examples given by the author also did not work before but now do:
Also, the new series does correctly approximate the original function near x=0 :) |
Reviewer: Karl-Dieter Crisman |
Changed dependencies from 11317 to #11317 |
Merged: sage-4.7.1.alpha1 |
The function series can not give the power series expansion of f(x)=(1+arctan(x))**(1/x) , while taylor succeeds. Note that the function f can be continuously extended at 0.
Subsidiary question: why the functions taylor and series perform similar tasks, but differently?
Depends on #11317
Component: calculus
Keywords: series, taylor
Author: Alexei Sheplyakov, Burcin Erocal
Reviewer: Karl-Dieter Crisman
Merged: sage-4.7.1.alpha1
Issue created by migration from https://trac.sagemath.org/ticket/8943
The text was updated successfully, but these errors were encountered: