Find a root of x = e-x using Regular Falsi Method November 30, 2012 Regular Falsi method is a numerical method to derive the root of a polynomial. The advantage of Regular Falsi over Bisection method is that the convergence is made faster. Below is explanation with a graphical representation and the solution – Tags:Numerical Analysis, Regular Falsi Method, root Related Posts C program to implement Russian Peasant Sample PL/SQL script for cleaning a detail table referring a master table Tree representation in C About The Author admin