Regular Falsi Method D 4:16:00 PM Add Comment Regular Falsi method is a numerical method to derive the root of a polynomial. The advantage of regular falsi over Bisection method is that... Read More
Bisection Method D 9:38:00 AM Add Comment Bisection method is the most simplest method of solving algebraic or transcendental equations. It involves selecting an interval [a,b] in w... Read More
Newton Raphson Method D 5:15:00 PM Add Comment Newton Raphson method is the core in computer Numerical analysis software programs to find root of euqations such as e<sup>-x</sup... Read More