Skip to content
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

implement general Newton's method root finding for power series rings #6397

Open
ncalexan mannequin opened this issue Jun 24, 2009 · 3 comments
Open

implement general Newton's method root finding for power series rings #6397

ncalexan mannequin opened this issue Jun 24, 2009 · 3 comments

Comments

@ncalexan
Copy link
Mannequin

ncalexan mannequin commented Jun 24, 2009

Extracting a square root of a power series is implemented in power_series_ring_element.pyx. Could we have the more general "improving a root of a polynomial" Newton's method?

My use case is calculating Puiseaux expansions around points of algebraic curves.

CC: @robertwb @williamstein

Component: commutative algebra

Keywords: power series root newton method

Author: Nick Alexander

Issue created by migration from https://trac.sagemath.org/ticket/6397

@ncalexan ncalexan mannequin assigned malb Jun 24, 2009
@ncalexan
Copy link
Mannequin Author

ncalexan mannequin commented Jun 24, 2009

Author: Nick Alexander

@ncalexan
Copy link
Mannequin Author

ncalexan mannequin commented Jun 24, 2009

comment:1

Here's a stand-alone implementation that needs to be plugged into the hell that is polynomial.roots().

@ncalexan
Copy link
Mannequin Author

ncalexan mannequin commented Jun 24, 2009

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant