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.
The information on this web page is distributed under the MIT license.
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.