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