edited by
97 views
1 votes
1 votes

The recursion relation to solve $x=e^{-x}$ using Newton-Raphson method is

  1. $x_{n+1}=e^{-x_{n}}$
  2. $x_{n+1}=x_{n}-e^{-x_{n}}$
  3. $x_{n+1}=\left(1+x_{n}\right) \frac{e^{-x_{n}}}{1+e^{-x_{n}}}$
  4. $x_{n+1}=\frac{x_{n}^{2}-e^{-x_{n}}\left(1+x_{n}\right)-1}{x_{n}-e^{-x_{n}}}$
edited by

Please log in or register to answer this question.