Description: CHORDSOL Chord method code for scalar equations.
This code terminates on small relative-absolute errors, function [X, HIST] = CHORDSOL(X, F, TOLA, TOLR)
Inputs: X = initial iterate
F = function
TOLA = absolute error tolerance
TOLR = relative error tolerance
Output: x=approximate result
To Search:
- [newtsol] - Newton-Armijo code for scalar equations:
- [secant] - function [x, hist] = secant(x, f, tola,
File list (Check if you may need any files):
chordsol.m