Eigenvalues and Eigenvectors

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
4 4.3 © 2012 Pearson Education, Inc. Vector Spaces LINEARLY INDEPENDENT SETS; BASES.
Eigenvalues and Eigenvectors (11/17/04) We know that every linear transformation T fixes the 0 vector (in R n, fixes the origin). But are there other subspaces.
Eigenvalues and Eigenvectors
THE DIMENSION OF A VECTOR SPACE
Symmetric Matrices and Quadratic Forms
Orthogonality and Least Squares
4 4.6 © 2012 Pearson Education, Inc. Vector Spaces RANK.
Linear Equations in Linear Algebra
5 5.1 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
Linear Equations in Linear Algebra
4 4.2 © 2012 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
Eigenvalues and Eigenvectors
4 4.4 © 2012 Pearson Education, Inc. Vector Spaces COORDINATE SYSTEMS.
A matrix equation has the same solution set as the vector equation which has the same solution set as the linear system whose augmented matrix is Therefore:
1 1.5 © 2016 Pearson Education, Inc. Linear Equations in Linear Algebra SOLUTION SETS OF LINEAR SYSTEMS.
Linear Equations in Linear Algebra
AN ORTHOGONAL PROJECTION
1 1.7 © 2016 Pearson Education, Inc. Linear Equations in Linear Algebra LINEAR INDEPENDENCE.
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.
Chapter 5 Eigenvalues and Eigenvectors 大葉大學 資訊工程系 黃鈴玲 Linear Algebra.
4 4.6 © 2012 Pearson Education, Inc. Vector Spaces RANK.
Section 2.3 Properties of Solution Sets
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.
5.1 Eigenvectors and Eigenvalues 5. Eigenvalues and Eigenvectors.
5 5.1 © 2016 Pearson Education, Ltd. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
4 4.5 © 2016 Pearson Education, Inc. Vector Spaces THE DIMENSION OF A VECTOR SPACE.
4 4.2 © 2016 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
Chapter 5 Eigenvalues and Eigenvectors
REVIEW Linear Combinations Given vectors and given scalars
Chapter 6 Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
Linear Equations in Linear Algebra
Elementary Linear Algebra Anton & Rorres, 9th Edition
Section 4.1 Eigenvalues and Eigenvectors
Row Space, Column Space, and Nullspace
Orthogonality and Least Squares
Linear Algebra Lecture 22.
Linear Equations in Linear Algebra
Linear Equations in Linear Algebra
4.6: Rank.
1.3 Vector Equations.
Linear Algebra Lecture 39.
Determinants CHANGE OF BASIS © 2016 Pearson Education, Inc.
Linear Equations in Linear Algebra
Symmetric Matrices and Quadratic Forms
Properties of Solution Sets
EIGENVECTORS AND EIGENVALUES
Elementary Linear Algebra Anton & Rorres, 9th Edition
RAYAT SHIKSHAN SANSTHA’S S. M. JOSHI COLLEGE HADAPSAR, PUNE
LINEAR INDEPENDENCE Definition: An indexed set of vectors {v1, …, vp} in is said to be linearly independent if the vector equation has only the trivial.
Eigenvalues and Eigenvectors
Linear Algebra Lecture 35.
Eigenvalues and Eigenvectors
Vector Spaces RANK © 2012 Pearson Education, Inc..
Linear Equations in Linear Algebra
THE DIMENSION OF A VECTOR SPACE
Null Spaces, Column Spaces, and Linear Transformations
NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS
Linear Algebra Lecture 28.
Linear Equations in Linear Algebra
Vector Spaces COORDINATE SYSTEMS © 2012 Pearson Education, Inc.
Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
Symmetric Matrices and Quadratic Forms
Presentation transcript:

Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES © 2012 Pearson Education, Inc.

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 λ. λ is an eigenvalue of an matrix A if and only if the equation ----(1) has a nontrivial solution. The set of all solutions of (1) is just the null space of the matrix . © 2012 Pearson Education, Inc.

EIGENVECTORS AND EIGENVALUES So this set is a subspace of ℝn and is called the eigenspace of A corresponding to λ. The eigenspace consists of the zero vector and all the eigenvectors corresponding to λ. Example 1: Show that 7 is an eigenvalue of matrix and find the corresponding eigenvectors. © 2012 Pearson Education, Inc.

EIGENVECTORS AND EIGENVALUES Solution: The scalar 7 is an eigenvalue of A if and only if the equation ----(2) has a nontrivial solution. But (2) is equivalent to , or ----(3) To solve this homogeneous equation, form the matrix © 2012 Pearson Education, Inc.

EIGENVECTORS AND EIGENVALUES The columns of are obviously linearly dependent, so (3) has nontrivial solutions. To find the corresponding eigenvectors, use row operations: The general solution has the form . Each vector of this form with is an eigenvector corresponding to . © 2012 Pearson Education, Inc.

EIGENVECTORS AND EIGENVALUES Example 2: Let . An eigenvalue of A is 2. Find a basis for the corresponding eigenspace. Solution: Form and row reduce the augmented matrix for . © 2012 Pearson Education, Inc.

EIGENVECTORS AND EIGENVALUES At this point, it is clear that 2 is indeed an eigenvalue of A because the equation has free variables. The general solution is , x2 and x3 free. © 2012 Pearson Education, Inc.

EIGENVECTORS AND EIGENVALUES The eigenspace, shown in the following figure, is a two-dimensional subspace of ℝ3. A basis is © 2012 Pearson Education, Inc.

EIGENVECTORS AND EIGENVALUES Theorem 1: The eigenvalues of a triangular matrix are the entries on its main diagonal. Proof: For simplicity, consider the case. If A is upper triangular, the has the form © 2012 Pearson Education, Inc.

EIGENVECTORS AND EIGENVALUES The scalar λ is an eigenvalue of A if and only if the equation has a nontrivial solution, that is, if and only if the equation has a free variable. Because of the zero entries in , it is easy to see that has a free variable if and only if at least one of the entries on the diagonal of is zero. This happens if and only if λ equals one of the entries a11, a22, a33 in A. © 2012 Pearson Education, Inc.

EIGENVECTORS AND EIGENVALUES Theorem 2: If v1, …, vr are eigenvectors that correspond to distinct eigenvalues λ1, …, λr of an matrix A, then the set {v1, …, vr} is linearly independent. Proof: Suppose {v1, …, vr} is linearly dependent. Since v1 is nonzero, Theorem 7 in Section 1.7 says that one of the vectors in the set is a linear combination of the preceding vectors. Let p be the least index such that is a linear combination of the preceding (linearly independent) vectors. © 2012 Pearson Education, Inc.

EIGENVECTORS AND EIGENVALUES Then there exist scalars c1, …, cp such that ----(4) Multiplying both sides of (4) by A and using the fact that ----(5) Multiplying both sides of (4) by and subtracting the result from (5), we have ----(6) © 2012 Pearson Education, Inc.

EIGENVECTORS AND EIGENVALUES Since {v1, …, vp} is linearly independent, the weights in (6) are all zero. But none of the factors are zero, because the eigenvalues are distinct. Hence for . But then (4) says that , which is impossible. © 2012 Pearson Education, Inc.

EIGENVECTORS AND DIFFERENCE EQUATIONS Hence {v1, …, vr} cannot be linearly dependent and therefore must be linearly independent. If A is an matrix, then ----(7) is a recursive description of a sequence {xk} in . A solution of (7) is an explicit description of {xk} whose formula for each xk does not depend directly on A or on the preceding terms in the sequence other than the initial term x0. © 2012 Pearson Education, Inc.

EIGENVECTORS AND DIFFERENCE EQUATIONS The simplest way to build a solution of (7) is to take an eigenvector x0 and its corresponding eigenvalue λ and let ----(8) This sequence is a solution because © 2012 Pearson Education, Inc.