Open 93749b3a-c0a4-47a7-b178-004ba08b0b97 opened 15 years ago
Author: Nick Alexander
Here's a stand-alone implementation that needs to be plugged into the hell that is polynomial.roots()
.
Attachment: trac_6397-power-series-newton-ncalexan-1.pyx.gz
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