Example 5. Use the
Broyden's method to solve the nonlinear system
Solution 5.
First, enter the coordinate functions
and construct the vector function
using
Mathematica, and then find the Jacobian matrix
.
![[Graphics:../Images/BroydenMethodMod_gr_218.gif]](../Images/BroydenMethodMod_gr_218.gif)
Second, graph the curves
and
using Mathematica. The points of intersection are
the solutions we seek.
![[Graphics:../Images/BroydenMethodMod_gr_222.gif]](../Images/BroydenMethodMod_gr_222.gif)
(i) Use Broyden's
method to find a numerical approximation to the solution
near
.
![[Graphics:../Images/BroydenMethodMod_gr_225.gif]](../Images/BroydenMethodMod_gr_225.gif)
![[Graphics:../Images/BroydenMethodMod_gr_227.gif]](../Images/BroydenMethodMod_gr_227.gif)
![[Graphics:../Images/BroydenMethodMod_gr_228.gif]](../Images/BroydenMethodMod_gr_228.gif)
![[Graphics:../Images/BroydenMethodMod_gr_229.gif]](../Images/BroydenMethodMod_gr_229.gif)
![[Graphics:../Images/BroydenMethodMod_gr_230.gif]](../Images/BroydenMethodMod_gr_230.gif)
![[Graphics:../Images/BroydenMethodMod_gr_231.gif]](../Images/BroydenMethodMod_gr_231.gif)
![[Graphics:../Images/BroydenMethodMod_gr_232.gif]](../Images/BroydenMethodMod_gr_232.gif)
Use the subroutine to get the answer.
Compare with the Newton-Raphson method.
(ii) Use the
Broyden's method to find a numerical approximation to the solution
near
.
Compare with the Newton-Raphson method.
(c) John H. Mathews 2005