Download presentation
Presentation is loading. Please wait.
Published bySabrina Cain Modified over 9 years ago
1
6.1 Eigenvalues and Diagonalization
2
Definitions A is n x n. is an eigenvalue of A if AX = X has non zero solutions X (called eigenvectors) If is an eigenvalue of A, the set E = E (A) = {X | X in n, AX = X} is a vector space called the eigenspace associated w/ (i.e. E is all eigenvectors corresponding to & 0 vector) is eigenvalue if E has at least one non-zero vector. Can also write AX = X as ( I n - A)X = 0
3
Example Show that = -3 is an eigenvalue of A, and find the eigenspace E -3. Write out ( I n - A)X = 0 and solve. Get: So it is an eigenvalue since there is a non-zero solution. Eigenspace is:
4
Discussion Now we have ( I n - A)X = 0, and is an eigenvalue iff there exists a nonzero solution X. Recall that a matrix U is invertible iff UX = 0 implies X = 0. So, since we are looking for a nonzero solution above, ( I n -A) cannot be invertible for to be an eigenvalue. So det ( I n -A) =0.
5
Definition The characteristic polynomial of the n x n matrix A is: c A (x) = det(xI - A)
6
Theorem 1 A (n x n). The eigenvalues of A are the real roots of the characteristic polynomial of A --the real numbers satisfying: c A ( ) = det( I n - A) = 0 The eigenspace E = {X | ( I - A)X = 0} consists of all solutions to a system of n linear equations in n variables. The eigenvectors corresponding to are the nonzero vectors in the eigenspace.
7
Summary So there are two issues: finding eigenvalues, and finding eigenspaces (and eigenvectors). Finding the eigenvalues can be difficult - won’t do much here. Spend more time dealing with eigenspaces.
8
Example Find the characteristic polynomial, eigenvalues, and eigenspaces of A: Set up c A (x) = det (xI - A) Eigenvalues will be the roots of the polynomial as those will give us where det is 0. Then use those to find eigenspace: X such that ( I-A)X=0
9
Example If A is a triangular matrix, show that the eigenvalues of A are the entries on the main diagonal. Proof: c A (x) = det (xI - A) = det ( a triangular matrix) = product of entries on main diagonal of (xI - A). The matrix showing entries on main diagonal is: det = (x-a 11 )(x-a 22 )…(x-a nn ) So eigenvalues are{a 11,a 22,…,a nn }
10
Example Show that A and A T have the same characteristic polynomial and thus the same eigenvalues. Proof: From chapter 3, we know that a matrix and its transpose will have the same determinant.
11
Theorem 2 If A is a real symmetric matrix, each root of the characteristic polynomial c A (x) is real. (to be proven later) Show this is true for a (2 x 2): Recall that we can determine the nature of the roots from the discriminant: (b 2 -4ac) = (a+c) 2 -4(ac+b 2 ) = a 2 +c 2 +2ac-4ac+4b 2 =a 2 -2ac+c 2 +4b 2 = (a-c) 2 + 4b 2 which is always pos so real roots.
12
Similar Matrices A, B (n x n) are similar (we say A~B) if B = P -1 AP holds for some invertible matrix. P is not unique.
13
Example Find P -1 AP in the following case, then compute A n. We are able to find a similar matrix B. Then P -1 AP=B. So A = PBP -1 So A 2 =(PBP -1 )(PBP -1 )=PB 2 P -1 Generally A n =PB n P -1 Life is made easy is B is diagonal since we just raise entries to n.
14
Interesting Fact Similar Matrices will have the same determinant. Proof: P -1 AP = D det(D) = det (P -1 AP) = (detP -1 )(detA)(detP) = (1/detP)(detA)(det P) = det A.
15
Example Show that A and B are not similar. Just need to show that they do not have the same determinant.
16
Trace The trace of a square matrix A (tr A) is the sum of the entries on the main diagonal of A.
17
Theorem 3 A,B (n x n), k is a scalar: 1. tr(A + B) = tr A + tr B and tr(kA) = k tr A 2. tr (AB) = tr (BA) Proof: 1. (homework) 2.
18
Theorem 4 If A~B, they have the same determinant, the same rank, the same trace, the same characteristic polynomial, and the same eigenvalues. (similarity invariants) Proof: Already shown that they have the same determinant. Rank: Have B = P -1 AP rank (B) = rank (P -1 AP) = rank(AP)=rankA since P is invertible (and using cor 4 of thm 4 in 5.5) tr B = tr (P -1 AP) = tr[(AP)P -1 ] = tr (A) (uses thm 3)
19
Theorem 4 - cont Characteristic polynomial c B (x) = det (xI - B) = det(xI - P -1 AP)=det(P -1 xIP - P -1 AP) (since xI = P -1 xIP -- since xI is diagonal) = det [P -1 (xI - A)P]=(1/detP)(det(xI-A))(det P) = det(xI-A) = c A (x) Eigenvalues: all matrices with the same characteristic poly will have the same eigenvalues since the eigenvalues are the roots of the characteristic polynomial.
20
Fact The invariants do not imply similarity. Ex. Have same det,tr,rank,characteristic poly, eigenvalues, but are not similar since P -1 IP = I ≠ A
21
Theorem 5 A,B,C (n x n). Then: 1. A~A for all A. 2. If A ~ B, then B~A 3. If A ~ B and B ~ C, then A~C. Proof of 2 (others follow): A~B B = P -1 AP Let Q = P -1, then B = QAQ -1, so A= Q -1 BQ Which means that B ~ A.
22
Use of thm 5 Proving similarity is not always easy. But if we can find a simple (often diagonal) matrix to which both A and B are both similar, then: A~D and B~D means D~B by (2) and A~B then by (3)
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.