solved find first five steps of Newtons method to solve x^3+e^x-2=0 with initial guess x0=0
Introduction : Here we shall apply Newtons method to solve x^3+e^x-2=0 with initial guess x0=0. Newton method is an numerically approximation to the solution of an equation provided an initial…