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
Method of Iteration D 1:31:00 PM Add Comment Below is a detailed article on numerical solution of a transcendental equation by method of iteration - Solving 1.5x - tanx - 0.1 = 0, ... Read More
Numerical solution by method of Iteration D 1:09:00 PM Add Comment Solving x = 1/ (1+x)1/2 using iteratrion method - Iteration is a method of solving algebraic or transcendental equation and is widely us... Read More