Newton's Method For Functions of Several Variables: by Nick Bulinski and Justin Gilmore
Newton's Method For Functions of Several Variables: by Nick Bulinski and Justin Gilmore
of Several Variables
By Nick Bulinski and Justin Gilmore
Systems of Equations
Solving for a system of equations is not all that complicated for a
system of linear equations, but not all equations are linear. The
combination of nonlinear and more then one equation raises the
difficulty significantly.
ex:
Putting it all Together
Now we have all the pieces we need to make the Taylor expansion:
or
for k = 0,1,2,
Example
Advantages & Disadvantages
Advantages
Different solutions can be found with a different
starting guess
Fast Convergence
Disadvantages
Will only work if the Jacobian can be computed
If the Jacobian is singular the algorithm breaks
Number of iterations can not be determined before
the algorithm begins