Newton Raphson Method Example – Find root of e-x = Sin X November 11, 2012 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...