Evaluating numerical algorithm
The False Position Method (or Regula Falsi) is a root-finding algorithm that combines features of the Bisection Method and the Secant Method. It approximates the root of a continuous function by drawing a secant line between two initial points with opposite signs.
Formula for False Position Method:
Where:
Given Function
Error Margin is 0.001
Choose and :
By repeating the False Position formula, the root converges to 2.0945.