EIGENVECTORS AND EIGENVALUES

Slides:



Advertisements
Similar presentations
10.4 Complex Vector Spaces.
Advertisements

Chapter 6 Eigenvalues and Eigenvectors
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.
Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
Symmetric Matrices and Quadratic Forms
Symmetric Matrices and Quadratic Forms
5.II. Similarity 5.II.1. Definition and Examples
Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues
1 © 2012 Pearson Education, Inc. Matrix Algebra THE INVERSE OF A MATRIX.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
5 5.1 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
5.1 Orthogonality.
Boyce/DiPrima 9th ed, Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues Elementary Differential Equations and Boundary Value Problems,
1 MAC 2103 Module 12 Eigenvalues and Eigenvectors.
Eigenvalues and Eigenvectors
1 MAC 2103 Module 3 Determinants. 2 Rev.F09 Learning Objectives Upon completing this module, you should be able to: 1. Determine the minor, cofactor,
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.
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.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors.
7.1 Eigenvalues and Eigenvectors
5.1 Eigenvectors and Eigenvalues 5. Eigenvalues and Eigenvectors.
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.
Chapter 5 Eigenvalues and Eigenvectors
Chapter 6 Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
MAT 322: LINEAR ALGEBRA.
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
ISHIK UNIVERSITY FACULTY OF EDUCATION Mathematics Education Department
4. The Eigenvalue.
7.7 Determinants. Cramer’s Rule
Linear Equations in Linear Algebra
Elementary Linear Algebra Anton & Rorres, 9th Edition
Eigenvalues and Eigenvectors
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
Section 4.1 Eigenvalues and Eigenvectors
CHARACTERIZATIONS OF INVERTIBLE MATRICES
Linear Algebra Lecture 36.
Systems of First Order Linear Equations
Euclidean Inner Product on Rn
DETERMINANT MATRIX YULVI ZAIKA.
Linear Algebra Lecture 22.
Linear Equations in Linear Algebra
CS485/685 Computer Vision Dr. George Bebis
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
Symmetric Matrices and Quadratic Forms
Elementary Linear Algebra Anton & Rorres, 9th Edition
Linear Algebra Lecture 29.
Linear Algebra Lecture 30.
Eigenvalues and Eigenvectors
Linear Algebra Lecture 35.
Eigenvalues and Eigenvectors
Vector Spaces RANK © 2012 Pearson Education, Inc..
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
Subject :- Applied Mathematics
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS
Chapter 2 Determinants.
Linear Algebra Lecture 28.
Linear Equations in Linear Algebra
CHARACTERIZATIONS OF INVERTIBLE MATRICES
Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
Symmetric Matrices and Quadratic Forms
Presentation transcript:

EIGENVECTORS AND EIGENVALUES Definition: An eigenvector of an matrix A is a nonzero vector x such that for some scalar λ. A scalar λ is called an eigenvalue of A if there is a nontrivial solution x of ; such an x is called an eigenvector corresponding to λ. © 2012 Pearson Education, Inc.

Eigenvalues and Eigenvectors THE CHARACTERISTIC EQUATION © 2012 Pearson Education, Inc.

DETERMINANATS Remember: Let A be an matrix – row replacements do not change determinant. Row interchanges change sign of determinant. If A is invertible, then u11, …, unn are all pivots (because and the uii have not been scaled to 1’s) © 2012 Pearson Education, Inc.

DETERMINANATS Otherwise, the product u11… unn is zero. Thus , when A is invertible when A is not invertible © 2012 Pearson Education, Inc.

DETERMINANATS Example 1: Compute det A for . Solution: The following row reduction uses one row interchange: © 2012 Pearson Education, Inc.

DETERMINANATS So det A equals . The following alternative row reduction avoids the row interchange and produces a different echelon form. The last step adds times row 2 to row 3: This time det A is , the same as before. © 2012 Pearson Education, Inc.

THE INVERTIBLE MATRIX THEOREM (CONTINUED) Theorem: Let A be an matrix. Then A is invertible if and only if: The number 0 is not an eigenvalue of A. The determinant of A is not zero. Theorem 3: Properties of Determinants Let A and B be matrices. A is invertible if and only if det . . © 2012 Pearson Education, Inc.

PROPERTIES OF DETERMINANTS If A is triangular, then det A is the product of the entries on the main diagonal of A. A row replacement operation on A does not change the determinant. A row interchange changes the sign of the determinant. A row scaling also scales the determinant by the same scalar factor. © 2012 Pearson Education, Inc.

THE CHARACTERISTIC EQUATION We can use these observations to compute the eigenvalues of a matrix. The scalar equation is called the characteristic equation of A. A scalar λ is an eigenvalue of an matrix A if and only if λ satisfies the characteristic equation © 2012 Pearson Education, Inc.

THE CHARACTERISTIC EQUATION Example 2: Find the characteristic equation of Solution: Form , and use Theorem 3(d): © 2012 Pearson Education, Inc.

THE CHARACTERISTIC EQUATION The characteristic equation is or © 2012 Pearson Education, Inc.

THE CHARACTERISTIC EQUATION The eigenvalue 5 is said to have multiplicity 2 because it occurs two times as a factor of the characteristic polynomial. In general, the (algebraic) multiplicity of an eigenvalue λ is its multiplicity as a root of the characteristic equation. © 2012 Pearson Education, Inc.

SIMILARITY If A and B are matrices, then A is similar to B if there is an invertible matrix P such that , or, equivalently, . Writing Q for , we have . So B is also similar to A, and we say simply that A and B are similar. Changing A into is called a similarity transformation. © 2012 Pearson Education, Inc.

SIMILARITY Theorem 4: If matrices A and B are similar, then they have the same characteristic polynomial and hence the same eigenvalues (with the same multiplicities). © 2012 Pearson Education, Inc.

SIMILARITY Warnings: The matrices and are not similar even though they have the same eigenvalues. 2. Similarity is not the same as row equivalence. © 2012 Pearson Education, Inc.

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.

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 are the 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.

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 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.