aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • 2008|Electronics and Comm (GATE Exam)-Previous Question Paper Solution
  • The recursion relative to solve x = e-x using Newton-Raph...
Multiple choice

The recursion relative to solve x = e-x using Newton-Raphson method is

  1. xn+1 = $e^{-X_n}$
  2. xn+1 = xn -$e^{-X_n}$
  3. xn+1 = (1 + xn) $\frac{e^{-X_n}}{1 + e^{-X_n}}$
  4. xn+1 = $\frac{x_n^2 - e^{-X_n} (1 - X_n) - 1}{X_n - e ^{-X_n}}$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Keep practicing — related questions

  • The Newton-Raphson iteration $x_{n+1} = \frac{1}{2}\left(x_n+\frac{R}{x_n}\right)$ can be used to compute the
  • Newton-Raphson method is used to compute a root of the equation x2 − 13 = 0 with 3.5 as the initial value. ...
  • The equation x3 -x2 + 4x - 4 = 0 is to be solved using the Newton-Raphson method. If x = 2 is taken as th...
  • The following equation needs to be numerically solved using the Newton-Raphson method. x3 + 4x - 9 = 0 The ...
  • Starting from x0 = 1, one step of Newton-Raphson method in solving the equation x3 + 3x - 7 = 0 gives the n...
  • The square root of a number N is to be obtained by applying the Newton Raphson iterations to the equation x...
  • Consider the series $x_{n+1} = \frac{x_n}{2}+\frac{9}{8x_n},x_0 = 0.5$ obtained from the Newton-Raphson met...
  • While children solve problem using trial and error, adolescents solve problems using more scientific method...
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy