newton_maehly_test


newton_maehly_test, an Octave code which calls newton_maehly(), which implements the Newton-Maehly algorithm for computing all the roots of a complex polynomial. The algorithm repeatedly applies the Newton method to determine a root, and then deflation.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

newton_maehly, an Octave code which implements the Newton-Maehly algorithm for computing all the roots of a complex polynomial. The algorithm repeatedly applies the Newton method to determine a root, and then deflation.

Source Code:


Last revised on 15 January 2026.