1.

Which of these creates a problem in Newton’s method for solving non-linear system of equations?(a) Taylor series(b) Jacobian(c) Convergence(d) SpeedThis question was posed to me during an internship interview.My query is from Numerical Methods in division Numerical Methods of Computational Fluid Dynamics

Answer»

The correct choice is (b) Jacobian

The BEST explanation: At each iteration of Newton’s METHOD, Jacobian has to be evaluated for the method to be EFFECTIVE. Evaluation of the Jacobian with n^2 ELEMENTS at each step will be expensive. MOREOVER, a direct method of evaluating the Jacobian does not exist.



Discussion

No Comment Found

Related InterviewSolutions