Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors.

Slides:



Advertisements
Similar presentations
10.4 Complex Vector Spaces.
Advertisements

5.1 Real Vector Spaces.
Ch 7.7: Fundamental Matrices
Chapter 6 Eigenvalues and Eigenvectors
1.5 Elementary Matrices and a Method for Finding
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
Chapter 6 Eigenvalues.
Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 08 Chapter 8: Linear Transformations.
5 5.1 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
化工應用數學 授課教師: 郭修伯 Lecture 9 Matrices
Matrices CS485/685 Computer Vision Dr. George Bebis.
5.1 Orthogonality.
1 MAC 2103 Module 10 lnner Product Spaces I. 2 Rev.F09 Learning Objectives Upon completing this module, you should be able to: 1. Define and find the.
Boyce/DiPrima 9th ed, Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues Elementary Differential Equations and Boundary Value Problems,
CHAPTER SIX Eigenvalues
Linear Algebra Review 1 CS479/679 Pattern Recognition Dr. George Bebis.
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.
Linear Algebra Lecture 25.
Chapter 5: The Orthogonality and Least Squares
Diagonalization Revisted Isabel K. Darcy Mathematics Department Applied Math and Computational Sciences University of Iowa Fig from knotplot.com.
Elementary Linear Algebra Anton & Rorres, 9th Edition
Eigenvalues and Eigenvectors
Chapter Content Real Vector Spaces Subspaces Linear Independence
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.
Linear algebra: matrix Eigen-value Problems
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, 9th Edition
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 02 Chapter 2: Determinants.
5.5 Row Space, Column Space, and Nullspace
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.
Eigenvalues The eigenvalue problem is to determine the nontrivial solutions of the equation Ax= x where A is an n-by-n matrix, x is a length n column.
Class 24: Question 1 Which of the following set of vectors is not an orthogonal set?
7.1 Eigenvalues and Eigenvectors
5.1 Eigenvectors and Eigenvalues 5. Eigenvalues and Eigenvectors.
Elementary Linear Algebra Anton & Rorres, 9th Edition
5.1 Eigenvalues and Eigenvectors
Advanced Computer Graphics Spring 2014 K. H. Ko School of Mechatronics Gwangju Institute of Science and Technology.
4.8 Rank Rank enables one to relate matrices to vectors, and vice versa. Definition Let A be an m  n matrix. The rows of A may be viewed as row vectors.
Instructor: Mircea Nicolescu Lecture 8 CS 485 / 685 Computer Vision.
Linear Algebra Chapter 6 Linear Algebra with Applications -Gareth Williams Br. Joel Baumeyer, F.S.C.
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.
Chapter 5 Chapter Content 1. Real Vector Spaces 2. Subspaces 3. Linear Independence 4. Basis and Dimension 5. Row Space, Column Space, and Nullspace 6.
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 
Chapter 5 Eigenvalues and Eigenvectors
Elementary Linear Algebra Anton & Rorres, 9th Edition
Eigenvalues and Eigenvectors
Linear Algebra Lecture 36.
Euclidean Inner Product on Rn
Chapter 6 Eigenvalues Basil Hamed
Symmetric Matrices and Quadratic Forms
Elementary Linear Algebra
Elementary Linear Algebra Anton & Rorres, 9th Edition
EIGENVECTORS AND EIGENVALUES
Elementary Linear Algebra Anton & Rorres, 9th Edition
Chapter 5 Eigenvalues and Eigenvectors
Linear Algebra Lecture 30.
Linear Algebra Lecture 35.
Eigenvalues and Eigenvectors
Linear Algebra Lecture 28.
Eigenvalues and Eigenvectors
Symmetric Matrices and Quadratic Forms
Presentation transcript:

Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors

2015/12/8 Elementary Linear Algebra 2 Chapter Content Eigenvalues and Eigenvectors Diagonalization Orthogonal Digonalization

2015/12/8 Elementary Linear Algebra Eigenvalue and Eigenvector If A is an n  n matrix  a nonzero vector x in R n is called an eigenvector of A if Ax is a scalar multiple of x;  that is, Ax = x for some scalar.  The scalar is called an eigenvalue of A, and x is said to be an eigenvector of A corresponding to.

7-1 Eigenvalue and Eigenvector Remark  To find the eigenvalues of an n  n matrix A we rewrite Ax = x as Ax = Ix or equivalently, ( I – A)x = 0.  For to be an eigenvalue, there must be a nonzero solution of this equation. However, by Theorem 6.4.5, the above equation has a nonzero solution if and only if det ( I – A) = 0.  This is called the characteristic equation of A; the scalar satisfying this equation are the eigenvalues of A. When expanded, the determinant det ( I – A) is a polynomial p in called the characteristic polynomial of A. 2015/12/8 Elementary Linear Algebra 4

2015/12/8 Elementary Linear Algebra Example 2 Find the eigenvalues of Solution:  The characteristic polynomial of A is  The eigenvalues of A must therefore satisfy the cubic equation 3 – – 4 =0

7-1 Example 3 Find the eigenvalues of the upper triangular matrix 2015/12/8 Elementary Linear Algebra 6

2015/12/8 Elementary Linear Algebra 7 Theorem If A is an n  n triangular matrix (upper triangular, low triangular, or diagonal)  then the eigenvalues of A are entries on the main diagonal of A. Example 4  The eigenvalues of the lower triangular matrix

Theorem (Equivalent Statements) If A is an n  n matrix and is a real number, then the following are equivalent.  is an eigenvalue of A.  The system of equations ( I – A)x = 0 has nontrivial solutions.  There is a nonzero vector x in R n such that Ax = x.  is a solution of the characteristic equation det( I – A) = /12/8 Elementary Linear Algebra 8

2015/12/8 Elementary Linear Algebra Finding Bases for Eigenspaces The eigenvectors of A corresponding to an eigenvalue are the nonzero x that satisfy Ax = x. Equivalently, the eigenvectors corresponding to are the nonzero vectors in the solution space of ( I – A)x = 0. We call this solution space the eigenspace of A corresponding to.

2015/12/8 Elementary Linear Algebra Example 5 Find bases for the eigenspaces of Solution:  The characteristic equation of matrix A is 3 – – 4 = 0, or in factored form, ( – 1)( – 2) 2 = 0; thus, the eigenvalues of A are = 1 and = 2, so there are two eigenspaces of A.  ( I – A)x = 0   If = 2, then (3) becomes

2015/12/8 Elementary Linear Algebra Example 5  Solving the system yield x 1 = -s, x 2 = t, x 3 = s  Thus, the eigenvectors of A corresponding to = 2 are the nonzero vectors of the form  The vectors [-1 0 1] T and [0 1 0] T are linearly independent and form a basis for the eigenspace corresponding to = 2.  Similarly, the eigenvectors of A corresponding to = 1 are the nonzero vectors of the form x = s [-2 1 1] T  Thus, [-2 1 1] T is a basis for the eigenspace corresponding to = 1.

2015/12/8 Elementary Linear Algebra 12 Theorem If k is a positive integer, is an eigenvalue of a matrix A, and x is corresponding eigenvector  then k is an eigenvalue of A k and x is a corresponding eigenvector. Example 6 (use Theorem 7.1.3)

Theorem A square matrix A is invertible if and only if = 0 is not an eigenvalue of A.  (use Theorem 7.1.2) Example 7  The matrix A in the previous example is invertible since it has eigenvalues = 1 and = 2, neither of which is zero. 2015/12/8 Elementary Linear Algebra 13

2015/12/8 Elementary Linear Algebra 14 Theorem (Equivalent Statements) If A is an m  n matrix, and if T A : R n  R n is multiplication by A, then the following are equivalent:  A is invertible.  Ax = 0 has only the trivial solution.  The reduced row-echelon form of A is I n.  A is expressible as a product of elementary matrices.  Ax = b is consistent for every n  1 matrix b.  Ax = b has exactly one solution for every n  1 matrix b.  det(A)≠0.  The range of T A is R n.  T A is one-to-one.  The column vectors of A are linearly independent.  The row vectors of A are linearly independent.

2015/12/8 Elementary Linear Algebra 15 Theorem (Equivalent Statements)  The column vectors of A span R n.  The row vectors of A span R n.  The column vectors of A form a basis for R n.  The row vectors of A form a basis for R n.  A has rank n.  A has nullity 0.  The orthogonal complement of the nullspace of A is R n.  The orthogonal complement of the row space of A is {0}.  A T A is invertible.  = 0 is not eigenvalue of A.

2015/12/8 Elementary Linear Algebra 16 Chapter Content Eigenvalues and Eigenvectors Diagonalization Orthogonal Digonalization

2015/12/8 Elementary Linear Algebra Diagonalization A square matrix A is called diagonalizable  if there is an invertible matrix P such that P -1 AP is a diagonal matrix (i.e., P -1 AP = D);  the matrix P is said to diagonalize A. Theorem  If A is an n  n matrix, then the following are equivalent. A is diagonalizable. A has n linearly independent eigenvectors.

2015/12/8 Elementary Linear Algebra Procedure for Diagonalizing a Matrix The preceding theorem guarantees that an n  n matrix A with n linearly independent eigenvectors is diagonalizable, and the proof provides the following method for diagonalizing A.  Step 1. Find n linear independent eigenvectors of A, say, p 1, p 2, …, p n.  Step 2. From the matrix P having p 1, p 2, …, p n as its column vectors.  Step 3. The matrix P -1 AP will then be diagonal with 1, 2, …, n as its successive diagonal entries, where i is the eigenvalue corresponding to p i, for i = 1, 2, …, n.

2015/12/8 Elementary Linear Algebra Example 1 Find a matrix P that diagonalizes Solution:  From the previous example, we have the following bases for the eigenspaces: = 2: = 1:  Thus,  Also,

2015/12/8 Elementary Linear Algebra Example 2 (A Non-Diagonalizable Matrix) Find a matrix P that diagonalizes Solution:  The characteristic polynomial of A is  The bases for the eigenspaces are = 1: = 2:  Since there are only two basis vectors in total, A is not diagonalizable.

2015/12/8 Elementary Linear Algebra Theorems Theorem  If v 1, v 2, …, v k, are eigenvectors of A corresponding to distinct eigenvalues 1, 2, …, k, then {v 1, v 2, …, v k } is a linearly independent set. Theorem  If an n  n matrix A has n distinct eigenvalues then A is diagonalizable.

2015/12/8 Elementary Linear Algebra Example 3 Since the matrix has three distinct eigenvalues, Therefore, A is diagonalizable. Further, for some invertible matrix P, and the matrix P can be found using the procedure for diagonalizing a matrix.

2015/12/8 Elementary Linear Algebra Example 4 (A Diagonalizable Matrix) Since the eigenvalues of a triangular matrix are the entries on its main diagonal (Theorem 7.1.1). Thus, a triangular matrix with distinct entries on the main diagonal is diagonalizable. For example, is a diagonalizable matrix.

7-2 Example 5 (Repeated Eigenvalues and Diagonalizability) Whether the following matrices are diagonalizable? 2015/12/8 Elementary Linear Algebra 24

2015/12/8 Elementary Linear Algebra Geometric and Algebraic Multiplicity If 0 is an eigenvalue of an n  n matrix A  then the dimension of the eigenspace corresponding to 0 is called the geometric multiplicity of 0, and  the number of times that – 0 appears as a factor in the characteristic polynomial of A is called the algebraic multiplicity of A.

Theorem (Geometric and Algebraic Multiplicity) If A is a square matrix, then :  For every eigenvalue of A the geometric multiplicity is less than or equal to the algebraic multiplicity.  A is diagonalizable if and only if the geometric multiplicity is equal to the algebraic multiplicity for every eigenvalue. 2015/12/8 Elementary Linear Algebra 26

2015/12/8 Elementary Linear Algebra Computing Powers of a Matrix If A is an n  n matrix and P is an invertible matrix, then (P -1 AP) k = P - 1 A k P for any positive integer k. If A is diagonalizable, and P -1 AP = D is a diagonal matrix, then P -1 A k P = (P -1 AP) k = D k Thus, A k = PD k P -1 The matrix D k is easy to compute; for example, if

7-2 Example 6 (Power of a Matrix) Find A /12/8 Elementary Linear Algebra 28

2015/12/8 Elementary Linear Algebra 29 Chapter Content Eigenvalues and Eigenvectors Diagonalization Orthogonal Digonalization

2015/12/8 Elementary Linear Algebra The Orthogonal Diagonalization Matrix Form Given an n  n matrix A, if there exist an orthogonal matrix P such that the matrix P -1 AP = P T AP then A is said to be orthogonally diagonalizable and P is said to orthogonally diagonalize A.

2015/12/8 Elementary Linear Algebra 31 Theorem & If A is an n  n matrix, then the following are equivalent.  A is orthogonally diagonalizable.  A has an orthonormal set of n eigenvectors.  A is symmetric. If A is a symmetric matrix, then:  The eigenvalues of A are real numbers.  Eigenvectors from different eigenspaces are orthogonal.

2015/12/8 Elementary Linear Algebra Diagonalization of Symmetric Matrices The following procedure is used for orthogonally diagonalizing a symmetric matrix.  Step 1. Find a basis for each eigenspace of A.  Step 2. Apply the Gram-Schmidt process to each of these bases to obtain an orthonormal basis for each eigenspace.  Step 3. Form the matrix P whose columns are the basis vectors constructed in Step2; this matrix orthogonally diagonalizes A.

2015/12/8 Elementary Linear Algebra Example 1 Find an orthogonal matrix P that diagonalizes Solution:  The characteristic equation of A is  The basis of the eigenspace corresponding to = 2 is  Applying the Gram-Schmidt process to {u 1, u 2 } yields the following orthonormal eigenvectors:

2015/12/8 Elementary Linear Algebra Example 1  The basis of the eigenspace corresponding to = 8 is  Applying the Gram-Schmidt process to {u 3 } yields:  Thus, orthogonally diagonalizes A.