butiran

regula-falsi method

intro

Regula-falsi method is one of the bracketing iterative method in finding roots of a non-linear equations, where the approximated root is found by using the straight lines and it is basto Bolzano’s theorem for continues functions (Yoweto 2020). After choose two initial guesses a line is formed using the two-point form of the line and by setting $y = 0$ an iterative formula is obtained (Weisstein, 2023). It can be considered as one of the attempts to speed up the bisection method (Tyagi, 2022) but it might be less precise than bisection method (itskawal2000, 2021). This method has been generalized for finding both zeros and extrema of a function (Gomes & Morgado, 2013).

refs