Eigenvalues and Eigenvectors

Slides:



Advertisements
Similar presentations
10.4 Complex Vector Spaces.
Advertisements

8.4 Matrices of General Linear Transformations
Ch 7.7: Fundamental Matrices
Linear Equations in Linear Algebra
Section 5.1 Eigenvectors and Eigenvalues. Eigenvectors and Eigenvalues Useful throughout pure and applied mathematics. Used to study difference equations.
2 2.3 © 2012 Pearson Education, Inc. Matrix Algebra CHARACTERIZATIONS OF INVERTIBLE MATRICES.
Eigenvalues and Eigenvectors
Symmetric Matrices and Quadratic Forms
Symmetric Matrices and Quadratic Forms
Ch 7.9: Nonhomogeneous Linear Systems
Chapter 6 Eigenvalues.
5.II. Similarity 5.II.1. Definition and Examples
Orthogonality and Least Squares
4 4.6 © 2012 Pearson Education, Inc. Vector Spaces RANK.
Linear Equations in Linear Algebra
1 © 2012 Pearson Education, Inc. Matrix Algebra THE INVERSE OF A MATRIX.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
6 6.3 © 2012 Pearson Education, Inc. Orthogonality and Least Squares ORTHOGONAL PROJECTIONS.
5 5.1 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
Matrices CS485/685 Computer Vision Dr. George Bebis.
5.1 Orthogonality.
1 MAC 2103 Module 12 Eigenvalues and Eigenvectors.
PHY 301: MATH AND NUM TECH Chapter 5: Linear Algebra Applications I.Homogeneous Linear Equations II.Non-homogeneous equation III.Eigen value problem.
Diagonalization Revisted Isabel K. Darcy Mathematics Department Applied Math and Computational Sciences University of Iowa Fig from knotplot.com.
Eigenvalues and Eigenvectors
2 2.1 © 2016 Pearson Education, Inc. Matrix Algebra MATRIX OPERATIONS.
AN ORTHOGONAL PROJECTION
Computing Eigen Information for Small Matrices The eigen equation can be rearranged as follows: Ax = x  Ax = I n x  Ax - I n x = 0  (A - I n )x = 0.
5 5.2 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors THE CHARACTERISTIC EQUATION.
Chapter 5 Eigenvalues and Eigenvectors 大葉大學 資訊工程系 黃鈴玲 Linear Algebra.
4 4.6 © 2012 Pearson Education, Inc. Vector Spaces RANK.
Eigenvectors and Linear Transformations Recall the definition of similar matrices: Let A and C be n  n matrices. We say that A is similar to C in case.
Vector Spaces RANK © 2016 Pearson Education, Inc..
Diagonalization and Similar Matrices In Section 4.2 we showed how to compute eigenpairs (,p) of a matrix A by determining the roots of the characteristic.
4 © 2012 Pearson Education, Inc. Vector Spaces 4.4 COORDINATE SYSTEMS.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors.
2 2.1 © 2012 Pearson Education, Inc. Matrix Algebra MATRIX OPERATIONS.
Chapter 6 Eigenvalues. Example In a certain town, 30 percent of the married women get divorced each year and 20 percent of the single women get married.
7.1 Eigenvalues and Eigenvectors
5.1 Eigenvectors and Eigenvalues 5. Eigenvalues and Eigenvectors.
CHARACTERIZATIONS OF INVERTIBLE MATRICES
5.1 Eigenvalues and Eigenvectors
Linear Algebra Chapter 6 Linear Algebra with Applications -Gareth Williams Br. Joel Baumeyer, F.S.C.
6 6.3 © 2016 Pearson Education, Inc. Orthogonality and Least Squares ORTHOGONAL PROJECTIONS.
1 Chapter 8 – Symmetric Matrices and Quadratic Forms Outline 8.1 Symmetric Matrices 8.2Quardratic Forms 8.3Singular ValuesSymmetric MatricesQuardratic.
5 5.1 © 2016 Pearson Education, Ltd. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
2 2.2 © 2016 Pearson Education, Ltd. Matrix Algebra THE INVERSE OF A MATRIX.
Matrices CHAPTER 8.9 ~ Ch _2 Contents  8.9 Power of Matrices 8.9 Power of Matrices  8.10 Orthogonal Matrices 8.10 Orthogonal Matrices 
Boot Camp in Linear Algebra TIM 209 Prof. Ram Akella.
Reduced echelon form Matrix equations Null space Range Determinant Invertibility Similar matrices Eigenvalues Eigenvectors Diagonabilty Power.
Characteristic Polynomial Hung-yi Lee. Outline Last lecture: Given eigenvalues, we know how to find eigenvectors or eigenspaces Check eigenvalues This.
Eigenvalues and Eigenvectors
Linear Equations in Linear Algebra
Elementary Linear Algebra Anton & Rorres, 9th Edition
Eigenvalues and Eigenvectors
CHARACTERIZATIONS OF INVERTIBLE MATRICES
Euclidean Inner Product on Rn
Linear Equations in Linear Algebra
Symmetric Matrices and Quadratic Forms
EIGENVECTORS AND EIGENVALUES
Elementary Linear Algebra Anton & Rorres, 9th Edition
Linear Algebra Lecture 30.
Linear Algebra Lecture 35.
Eigenvalues and Eigenvectors
Vector Spaces RANK © 2012 Pearson Education, Inc..
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
CHARACTERIZATIONS OF INVERTIBLE MATRICES
Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
Symmetric Matrices and Quadratic Forms
Presentation transcript:

Eigenvalues and Eigenvectors DIAGONALIZATION © 2012 Pearson Education, Inc.

DIAGONALIZATION Example 1: Let . Find a formula for Ak, given that , where and Solution: The standard formula for the inverse of a matrix yields © 2012 Pearson Education, Inc.

DIAGONALIZATION Then, by associativity of matrix multiplication, Again, © 2012 Pearson Education, Inc.

DIAGONALIZATION In general, for , A square matrix A is said to be diagonalizable if A is similar to a diagonal matrix, that is, if for some invertible matrix P and some diagonal, matrix D. © 2012 Pearson Education, Inc.

THE DIAGONALIZATION THEOREM Theorem 5: An matrix A is diagonalizable if and only if A has n linearly independent eigenvectors. In fact, , with D a diagonal matrix, if and only if the columns of P and n linearly independent eigenvectors of A. In this case, the diagonal entries of D are eigenvalues of A that correspond, respectively, to the eigenvectors in P. In other words, A is diagonalizable if and only if there are enough eigenvectors to form a basis of . We call such a basis an eigenvector basis of . © 2012 Pearson Education, Inc.

THE DIAGONALIZATION THEOREM Proof: First, observe that if P is any matrix with columns v1, …, vn, and if D is any diagonal matrix with diagonal entries λ1, …, λn, then ----(1) while ----(2) © 2012 Pearson Education, Inc.

THE DIAGONALIZATION THEOREM Now suppose A is diagonalizable and . Then right-multiplying this relation by P, we have . In this case, equations (1) and (2) imply that ----(3) Equating columns, we find that ----(4) Since P is invertible, its columns v1, …, vn must be linearly independent. © 2012 Pearson Education, Inc.

THE DIAGONALIZATION THEOREM Also, since these columns are nonzero, the equations in (4) show that λ1, …, λn are eigenvalues and v1, …, vn are corresponding eigenvectors. This argument proves the “only if ” parts of the first and second statements, along with the third statement, of the theorem. Finally, given any n eigenvectors v1, …, vn, use them to construct the columns of P and use corresponding eigenvalues λ1, …, λn to construct D. © 2012 Pearson Education, Inc.

THE DIAGONALIZATION THEOREM By equation (1)–(3), . This is true without any condition on the eigenvectors. If, in fact, the eigenvectors are linearly independent, then P is invertible (by the Invertible Matrix Theorem), and implies that . © 2012 Pearson Education, Inc.

DIAGONALIZING MATRICES Example 2: Diagonalize the following matrix, if possible. That is, find an invertible matrix P and a diagonal matrix D such that . Solution: There are four steps to implement the description in Theorem 5. Step 1. Find the eigenvalues of A. Here, the characteristic equation turns out to involve a cubic polynomial that can be factored: © 2012 Pearson Education, Inc.

DIAGONALIZING MATRICES The eigenvalues are and . Step 2. Find three linearly independent eigenvectors of A. Three vectors are needed because A is a matrix. This is a critical step. If it fails, then Theorem 5 says that A cannot be diagonalized. © 2012 Pearson Education, Inc.

DIAGONALIZING MATRICES Basis for Basis for and You can check that {v1, v2, v3} is a linearly independent set. © 2012 Pearson Education, Inc.

DIAGONALIZING MATRICES Step 3. Construct P from the vectors in step 2. The order of the vectors is unimportant. Using the order chosen in step 2, form Step 4. Construct D from the corresponding eigenvalues. In this step, it is essential that the order of the eigenvalues matches the order chosen for the columns of P. © 2012 Pearson Education, Inc.

DIAGONALIZING MATRICES Use the eigenvalue twice, once for each of the eigenvectors corresponding to : To avoid computing , simply verify that . Compute © 2012 Pearson Education, Inc.

DIAGONALIZING MATRICES Theorem 6: An matrix with n distinct eigenvalues is diagonalizable. Proof: Let v1, …, vn be eigenvectors corresponding to the n distinct eigenvalues of a matrix A. Then {v1, …, vn} is linearly independent, by Theorem 2 in Section 5.1. Hence A is diagonalizable, by Theorem 5. © 2012 Pearson Education, Inc.

MATRICES WHOSE EIGENVALUES ARE NOT DISTINCT It is not necessary for an matrix to have n distinct eigenvalues in order to be diagonalizable. Theorem 6 provides a sufficient condition for a matrix to be diagonalizable. If an matrix A has n distinct eigenvalues, with corresponding eigenvectors v1, …, vn, and if , then P is automatically invertible because its columns are linearly independent, by Theorem 2. © 2012 Pearson Education, Inc.

MATRICES WHOSE EIGENVALUES ARE NOT DISTINCT When A is diagonalizable but has fewer than n distinct eigenvalues, it is still possible to build P in a way that makes P automatically invertible, as the next theorem shows. Theorem 7: Let A be an matrix whose distinct eigenvalues are λ1, …, λp. For , the dimension of the eigenspace for λk is less than or equal to the multiplicity of the eigenvalue λk. © 2012 Pearson Education, Inc.

MATRICES WHOSE EIGENVALUES ARE NOT DISTINCT The matrix A is diagonalizable if and only if the sum of the dimensions of the eigenspaces equals n, and this happens if and only if (i) the characteristic polynomial factors completely into linear factors and (ii) the dimension of the eigenspace for each λk equals the multiplicity of λk. If A is diagonalizable and Bk is a basis for the eigenspace corresponding to Bk for each k, then the total collection of vectors in the sets B1, …, Bp forms an eigenvector basis for . © 2012 Pearson Education, Inc.