In: Advanced Math
Use a relative error in pn (relative error= abs(pn- pn-1)/abs(pn)) of 0:0001 to find the root of f(x) = x + exp(x) = 0 using both the Bisection method, the Fixed Point method and Newton's method. How many iterations are required for each method