The draw back of Newton-Raphson (NR) method as compared to Gauss-Seidel method is

The draw back of Newton-Raphson (NR) method as compared to Gauss-Seidel method is:

  1. Large number of iterations
  2. High computer memory required
  3. Both of these
  4. None of these

Correct answer: 2. High computer memory required

Explanation: High Computer Memory is Required in case of Newton-Raphson (NR)

  • The NR method can be computationally more demanding in terms of memory compared to the Gauss-Seidel method.
  • It involves storing and updating additional information, such as Jacobian matrices, which may result in higher memory requirements, especially for large-scale systems of equations.

Leave a Reply