Eigenvalues and Eigenvectors

Slides:



Advertisements
Similar presentations
10.4 Complex Vector Spaces.
Advertisements

Ch 7.7: Fundamental Matrices
Linear Algebra Canonical Forms 資料來源: Friedberg, Insel, and Spence, “Linear Algebra”, 2nd ed., Prentice-Hall. (Chapter 7) 大葉大學 資訊工程系 黃鈴玲.
Section 5.1 Eigenvectors and Eigenvalues. Eigenvectors and Eigenvalues Useful throughout pure and applied mathematics. Used to study difference equations.
Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
Symmetric Matrices and Quadratic Forms
5.II. Similarity 5.II.1. Definition and Examples
Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues
5 5.1 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
Boot Camp in Linear Algebra Joel Barajas Karla L Caballero University of California Silicon Valley Center October 8th, 2008.
Matrices CS485/685 Computer Vision Dr. George Bebis.
Linear Algebra Review 1 CS479/679 Pattern Recognition Dr. George Bebis.
ECON 1150 Matrix Operations Special Matrices
1 MAC 2103 Module 12 Eigenvalues and Eigenvectors.
CHAPTER 2 MATRIX. CHAPTER OUTLINE 2.1 Introduction 2.2 Types of Matrices 2.3 Determinants 2.4 The Inverse of a Square Matrix 2.5 Types of Solutions to.
Eigenvalues and Eigenvectors
Matrices CHAPTER 8.1 ~ 8.8. Ch _2 Contents  8.1 Matrix Algebra 8.1 Matrix Algebra  8.2 Systems of Linear Algebra Equations 8.2 Systems of Linear.
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.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors.
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.
5.1 Eigenvalues and Eigenvectors
Linear Algebra Chapter 6 Linear Algebra with Applications -Gareth Williams Br. Joel Baumeyer, F.S.C.
5 5.1 © 2016 Pearson Education, Ltd. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
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.
Review of Eigenvectors and Eigenvalues from CliffsNotes Online mining-the-Eigenvectors-of-a- Matrix.topicArticleId-20807,articleId-
Chapter 5 Eigenvalues and Eigenvectors
Chapter 6 Eigenvalues and Eigenvectors
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
Eigenvalues and Eigenvectors
Review of Eigenvectors and Eigenvalues
ISHIK UNIVERSITY FACULTY OF EDUCATION Mathematics Education Department
4. The Eigenvalue.
CS479/679 Pattern Recognition Dr. George Bebis
Elementary Linear Algebra Anton & Rorres, 9th Edition
Eigenvalues and Eigenvectors
Section 4.1 Eigenvalues and Eigenvectors
CHARACTERIZATIONS OF INVERTIBLE MATRICES
Boyce/DiPrima 10th ed, Ch 7.7: Fundamental Matrices Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and.
Linear Algebra Lecture 36.
Matrix Operations SpringSemester 2017.
Systems of First Order Linear Equations
Euclidean Inner Product on Rn
CS485/685 Computer Vision Dr. George Bebis
Numerical Analysis Lecture 16.
Boyce/DiPrima 10th ed, Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues Elementary Differential Equations and Boundary Value Problems,
Chapter 6 Eigenvalues Basil Hamed
Chapter 3 Linear Algebra
Symmetric Matrices and Quadratic Forms
EIGENVECTORS AND EIGENVALUES
Elementary Linear Algebra Anton & Rorres, 9th Edition
Linear Algebra Lecture 29.
Chapter 5 Eigenvalues and Eigenvectors
Linear Algebra Lecture 30.
Matrix Operations SpringSemester 2017.
Eigenvalues and Eigenvectors
Linear Algebra Lecture 35.
Linear Algebra: Matrix Eigenvalue Problems – Part 2
Linear Algebra Lecture 28.
Vector Spaces COORDINATE SYSTEMS © 2012 Pearson Education, Inc.
Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
Symmetric Matrices and Quadratic Forms
Presentation transcript:

Eigenvalues and Eigenvectors Linear Algebra Chapter 5 Eigenvalues and Eigenvectors

5.1 Eigenvalues and Eigenvectors Definition Let A be an n  n matrix. A scalar  is called an eigenvalue of A if there exists a nonzero vector x in Rn such that Ax = x. The vector x is called an eigenvector corresponding to . Figure 5.1

Computation of Eigenvalues and Eigenvectors Let A be an n  n matrix with eigenvalue  and corresponding eigenvector x. Thus Ax = x. This equation may be written Ax – x = 0 given (A – In)x = 0 Solving the equation |A – In| = 0 for  leads to all the eigenvalues of A. On expending the determinant |A – In|, we get a polynomial in . This polynomial is called the characteristic polynomial of A. The equation |A – In| = 0 is called the characteristic equation of A.

Example 1 Find the eigenvalues and eigenvectors of the matrix Solution Let us first derive the characteristic polynomial of A. We get Solution We now solve the characteristic equation of A. The eigenvalues of A are 2 and –1. The corresponding eigenvectors are found by using these values of  in the equation(A – I2)x = 0. There are many eigenvectors corresponding to each eigenvalue.

For  = 2 We solve the equation (A – 2I2)x = 0 for x. The matrix (A – 2I2) is obtained by subtracting 2 from the diagonal elements of A. We get This leads to the system of equations giving x1 = –x2. The solutions to this system of equations are x1 = –r, x2 = r, where r is a scalar. Thus the eigenvectors of A corresponding to  = 2 are nonzero vectors of the form

For  = –1 We solve the equation (A + 1I2)x = 0 for x. The matrix (A + 1I2) is obtained by adding 1 to the diagonal elements of A. We get This leads to the system of equations Thus x1 = –2x2. The solutions to this system of equations are x1 = –2s and x2 = s, where s is a scalar. Thus the eigenvectors of A corresponding to  = –1 are nonzero vectors of the form

Theorem 5.1 Let A be an n  n matrix and  an eigenvalue of A. The set of all eigenvectors corresponding to , together with the zero vector, is a subspace of Rn. This subspace is called the eigenspace of . Proof Let x1 and x2 be two vectors in the eigenspace of  and let c be a scalar. Then Ax1 = x1 and Ax2 = x2. Hence, Thus is a vector in the eigenspace of . The set is closed under addition.

Further, since Ax1 = x1, Therefore cx1 is a vector in the eigenspace of . The set is closed scalar multiplication. Thus the set is a subspace of Rn.

Example 2 Find the eigenvalues and eigenvectors of the matrix Solution The matrix A – I3 is obtained by subtracting  from the diagonal elements of A.Thus Solution The characteristic polynomial of A is |A – I3|. Using row and column operations to simplify determinants, we get

We now solving the characteristic equation of A: The eigenvalues of A are 10 and 1. The corresponding eigenvectors are found by using three values of  in the equation (A – I3)x = 0.

1 = 10 We get The solution to this system of equations are x1 = 2r, x2 = 2r, and x3 = r, where r is a scalar. Thus the eigenspace of 1 = 10 is the one-dimensional space of vectors of the form.

2 = 1 Let  = 1 in (A – I3)x = 0. We get The solution to this system of equations can be shown to be x1 = – s – t, x2 = s, and x3 = 2t, where s and t are scalars. Thus the eigenspace of 2 = 1 is the space of vectors of the form.

Separating the parameters s and t, we can write Thus the eigenspace of  = 1 is a two-dimensional subspace of R3 with basis If an eigenvalue occurs as a k times repeated root of the characteristic equation, we say that it is of multiplicity k. Thus l=10 has multiplicity 1, while l=1 has multiplicity 2 in this example.

Homework Exercise 3.4 p.186: 1, 4, 9, 11, 13, 15, 24, 26, 32 Ex24: Prove that if A is a diagonal matrix, then its eigenvalues are the diagonal elements. Ex26: Prove that if A and At have the same eigenvalues. Ex32: Prove that the constant term of the characteristic polynomial of a matrix A is |A|.

5.3 Diagonalization of Matrices Definition Let A and B be square matrices of the same size. B is said to be similar to A if there exists an invertible matrix C such that B = C–1AC. The transformation of the matrix A into the matrix B in this manner is called a similarity transformation.

Example 3 Consider the following matrices A and C with C is invertible. Use the similarity transformation C–1AC to transform A into a matrix B. Solution

Theorem 5.3 Similar matrices have the same eigenvalues. Proof Let A and B be similar matrices. Hence there exists a matrix C such that B = C–1AC. The characteristic polynomial of B is |B – In|. Substituting for B and using the multiplicative properties of determinants, we get The characteristic polynomials of A and B are identical. This means that their eigenvalues are the same.

Definition A square matrix A is said to be diagonalizable if there exists a matrix C such that D = C–1AC is a diagonal matrix. Theorem 5.4 Let A be an n  n matrix. If A has n linearly independent eigenvectors, it is diagonalizable. The matrix C whose columns consist of n linearly independent eigenvectors can be used in a similarity transformation C–1AC to give a diagonal matrix D. The diagonal elements of D will be the eigenvalues of A. If A is diagonalizable, then it has n linearly independent eigenvectors

Example 4 Show that the matrix is diagonalizable. Find a diagonal matrix D that is similar to A. Determine the similarity transformation that diagonalizes A. Solution The eigenvalues and corresponding eigenvector of this matrix were found in Example 1 of Section 5.1. They are Since A, a 2  2 matrix, has two linearly independent eigenvectors, it is diagonalizable.

(b) A is similar to the diagonal matrix D, which has diagonal elements 1 = 2 and 2 = –1. Thus (c) Select two convenient linearly independent eigenvectors, say Let these vectors be the column vectors of the diagonalizing matrix C. We get

Note If A is similar to a diagonal matrix D under the transformation C–1AC, then it can be shown that Ak = CDkC–1. This result can be used to compute Ak. Let us derive this result and then apply it. This leads to

Example 5 Compute A9 for the following matrix A. Solution A is the matrix of the previous example. Use the values of C and D from that example. We get

Example 6 Show that the following matrix A is not diagonalizable. Solution The characteristic equation is There is a single eigenvalue,  = 2. We find he corresponding eigenvectors. (A – 2I ) x = 0 gives Thus x1 = r, x2 = r. The eigenvectors are nonzero vectors of the form The eigenspace is a one-dimensional space. A is a 2  2 matrix, but it does not have two linearly independent eigenvectors. Thus A is not diagonalizable.

Theorem 5.5 Let A be an n  n symmetric matrix. All the eigenvalues of A are real numbers. The dimension of an eigenspace of A is the multiplicity of the eigenvalues as a root of the characteristic equation. A has n linearly independent eigenvectors. Exercise 5.3 p 301: 1, 3, 5.