Newton Raphson Method Example – Find root of e-x = Sin X

Newton Raphson method is the core in computer Numerical analysis software programs to find root of equations such as e<sup>-x</sup> = Sin X. Complete solution is as below –

newton-raphson-methods

newton-raphson-methods-2

newton-raphson-methods3

newton-raphson-methods4