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 that f(a)f(b) < 1. Below is a detailed solved version to find root of x = e<sup>-x</sup>. Enjoy!!

bisection-method

bisection-method2

bisection-method3