12.07.2015 Views

Principles of Linear Algebra With Maple The Newton–Raphson ...

Principles of Linear Algebra With Maple The Newton–Raphson ...

Principles of Linear Algebra With Maple The Newton–Raphson ...

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

20 Chapter 2. Newton-Raphson Method for Square Systems0 which is really solving simultaneously the square system <strong>of</strong> two non-linearequations given by f(x,y) = 0 and g(x,y) = 0.In order to do this, we shall have to generalize the one variable Newton-Raphson method iterator formula for solving the equation f(x) = 0 given bythe sequence p k for p 0 the starting guess whereorp k+1 = p k − f(p k)dfdx (p k)p k+1 = g(p k )(2.3)whereg(p k ) = p k − f(p k)(2.4)dfdx (p k)is the (single equation) Newton-Raphson iterator.To see how this can be done, you must realize that now in the two equationcase that[ ]x0p 0 =(2.5)y 0is our starting guess as a point in the xy-plane written as a column vector,[ ]xkp k =(2.6)y kis the kth iteration <strong>of</strong> our method, and[ ]f(xk ,yF(p k ) = k )g(x k ,y k )are all two component column vectors in R 2 and not numbers as in the singlevariable case. Thus, dividing a two component column vector by a derivativerequires that we be dividing by a 2×2 matrix, or multiplying by the inverse<strong>of</strong> this matrix. Thus, we need to replace df in our old iterator g(x) by a 2×2dxmatrix consisting <strong>of</strong> the four partial derivatives <strong>of</strong> F(x,y), which are ∂f∂x , ∂f∂y ,∂g ∂g, and∂x ∂y .<strong>The</strong> choice<strong>of</strong>this new derivativematrixisthe 2×2JacobianmatrixJ(x,y),<strong>of</strong> F(x,y), given by the 2×2 matrix⎡ ⎤∂f ∂f∂x ∂yJ(x,y) =⎢⎣∂g∂x∂g∂y⎥⎦ (2.7)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!