Université Ibn Zohr - Prof. Abdelkrim EL MOUATASIM

Source code of the Bisection method and Newton tangent method. Source code
of ... xref = abs(b - a); % Use initial bracket in convergence test. fa = feval(fun,a); ...

Part of the document