The draw back of Newton-Raphson (NR) method as compared to Gauss-Seidel method is:
- Large number of iterations
- High computer memory required
- Both of these
- 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.