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
Translate
Showing posts with label Numerical Analysis. Show all posts
Bisection Method
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
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
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
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
Subscribe to:
Posts (Atom)