Regula falsi, also known as the method of false position, is a numerical technique used to find the root of a function. It is a root-finding algorithm that combines features of the bisection method and linear interpolation. The method is based on the idea that if you have a continuous function, and you can calculate its values at two points, you can use a straight line connecting these points to approximate the root.
New to topics? Read the docs here!