Give two disadvantages for using Newtons method to solve a s
Give two disadvantages for using Newton\'s method to solve a system of nonlinear equations.
Solution
solution:
The major disadvantage associated with Newton’s method, is that J(x), as well as its inversion has, to
be calculated for each iteration. Calculating both the Jacobian matrix and its inverse can be quite time consuming
depending on the size of your system is. Another problem that we may be challenged with when using Newton’s
method is that it may fail to converge. If Newton’s method fails to converge this will result in an oscillation between
points
