Tag: Numerical Analysis

Find a root of x = e-x using Bisection Method

Bisection method is the most simplest method of solving algebraic or transcendental equations. It involves selecting an interval [a,b] in which the root lies such...

Numerical solution by method of Iteration

Solving x = 1/ (1+x)1/2 using iteration method – Iteration is a method of solving algebraic or transcendental equation and is widely used in computer...