Math::ConvergenceMethods
Math-ConvergenceMethods
Methods
Bisection +info
Regula falsi +info
Secant +info
Newton-Rahpson +info
Fixed-point iteration +info. This method returns the fixed point if it's found in the interval, not the zero of the function.
Steffensen +info
Stop conditions
This modules uses three different stopping conditions.
Difference between two successive approximations
Relative difference between two successive approximations
Residue
LICENSE
(c) 2019 Antonio Gámiz, 2022 JJ Merelo .
This has been releases under the GPL-3.0 license.