zero_laguerre_test


zero_laguerre_test, a Fortran90 code which calls zero_laguerre(), which uses Laguerre's method to find the zero of a function. The method needs first and second derivative information. The method almost always works when the function is a polynomial.

Licensing:

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

Related Data and Programs:

zero_laguerre, a Fortran90 code which uses Laguerre's method to find the zero of a function. The method needs first and second derivative information. The method almost always works when the function is a polynomial.

Source Code:


Last revised on 26 March 2024.