03.03.2014 Views

Numerical Methods Course Notes Version 0.1 (UCSD Math 174, Fall ...

Numerical Methods Course Notes Version 0.1 (UCSD Math 174, Fall ...

Numerical Methods Course Notes Version 0.1 (UCSD Math 174, Fall ...

SHOW MORE
SHOW LESS

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

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

6 CHAPTER 1. INTRODUCTION<br />

Example Problem 1.12. Find the eigenvalues of<br />

[ 1 1<br />

4 −2<br />

]<br />

Solution: The eigenvalues are roots of<br />

[ ]<br />

1 − λ 1<br />

0 = det<br />

= (1 − λ) (−2 − λ) − 4 = λ 2 + λ − 6.<br />

4 −2 − λ<br />

This equation has roots λ 1 = −3, λ 2 = 2.<br />

⊣<br />

Example Problem 1.13. Find the eigenvalues of A 2 .<br />

Solution: Let λ be an eigenvalue of A, with corresponding eigenvector x. Then<br />

A 2 x = A (Ax) = A (λx) = λAx = λ 2 x.<br />

The eigenvalues of a matrix tell us, roughly, how the linear transform scales a given matrix; the<br />

eigenvectors tell us which directions are “purely scaled.” This will make more sense when we talk<br />

about norms of vectors and matrices.<br />

1.3.1 Matrix Norms<br />

We define what we mean by a “norm” on the space R n :<br />

Definition 1.14. A function ‖·‖ from R n to R + is called a norm if<br />

1. It obeys the triangle inequality: ‖x + y‖ ≤ ‖x‖ + ‖y‖ .<br />

2. It scales positively: ‖αx‖ = |α| ‖x‖ , for real α.<br />

3. It is positive: ‖x‖ ≥ 0, with equality only holding when x is the zero vector.<br />

We usually use the following norm, which should be familiar to you.<br />

Definition 1.15. For vector x ∈ R n , its “two-norm” is defined<br />

‖x‖ 2 =<br />

( n∑<br />

i=1<br />

x 2 i<br />

) 1<br />

2<br />

=<br />

( ) 1<br />

x ⊤ 2<br />

x .<br />

⊣<br />

You should verify that this is indeed a norm in the sense outlined above.<br />

Given a vector norm, we can define the matrix norm “subordinate” to it, as follows:<br />

Definition 1.16. Given a norm ‖·‖ on R n , we define the subordinate matrix norm on R n×n by<br />

‖A‖ = max<br />

x≠0<br />

‖Ax‖<br />

‖x‖ .<br />

We will use the subordinate two-norm for matrices. From the definition of the subordinate<br />

norm as a max, we conclude that if x is a nonzero vector then<br />

‖Ax‖ 2<br />

‖x‖ 2<br />

≤ ‖A‖ 2<br />

thus,<br />

‖Ax‖ 2<br />

≤ ‖A‖ 2<br />

‖x‖ 2<br />

.

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

Saved successfully!

Ooh no, something went wrong!