Section 5.1 Eigenvectors and Eigenvalues. Eigenvectors and Eigenvalues Useful throughout pure and applied mathematics. Used to study difference equations.

Slides:



Advertisements
Similar presentations
3D Geometry for Computer Graphics
Advertisements

Chapter 6 Eigenvalues and Eigenvectors
Linear Algebra Canonical Forms 資料來源: Friedberg, Insel, and Spence, “Linear Algebra”, 2nd ed., Prentice-Hall. (Chapter 7) 大葉大學 資訊工程系 黃鈴玲.
6.1 Eigenvalues and Diagonalization. Definitions A is n x n. is an eigenvalue of A if AX = X has non zero solutions X (called eigenvectors) If is an eigenvalue.
1.5 Elementary Matrices and a Method for Finding
Lecture 17 Introduction to Eigenvalue Problems
Eigenvalues and Eigenvectors
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
Computer Graphics Recitation 5.
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.
Matrices CS485/685 Computer Vision Dr. George Bebis.
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.
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.
Day 1 Eigenvalues and Eigenvectors
Day 1 Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
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 MAC 2103 Module 3 Determinants. 2 Rev.F09 Learning Objectives Upon completing this module, you should be able to: 1. Determine the minor, cofactor,
Domain Range definition: T is a linear transformation, EIGENVECTOR EIGENVALUE.
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.
Linear algebra: matrix Eigen-value Problems Eng. Hassan S. Migdadi Part 1.
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.
LAHW#13 Due December 20, Eigenvalues and Eigenvectors 5. –The matrix represents a rotations of 90° counterclockwise. Obviously, Ax is never.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors.
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.
Ch11: Normal Modes 1. Review diagonalization and eigenvalue problem 2. Normal modes of Coupled oscillators (3 springs, 2 masses) 3. Case of Weakly coupled.
Arab Open University Faculty of Computer Studies M132: Linear Algebra
7.1 Eigenvalues and Eigenvectors
5.1 Eigenvectors and Eigenvalues 5. Eigenvalues and Eigenvectors.
5.1 Eigenvalues and Eigenvectors
5 5.1 © 2016 Pearson Education, Ltd. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
Chapter 5 Eigenvalues and Eigenvectors
Chapter 6 Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
ISHIK UNIVERSITY FACULTY OF EDUCATION Mathematics Education Department
Elementary Linear Algebra Anton & Rorres, 9th Edition
Eigenvalues and Eigenvectors
Section 4.1 Eigenvalues and Eigenvectors
Linear Algebra Lecture 36.
Euclidean Inner Product on Rn
Eigenvalues and Eigenvectors
DETERMINANT MATRIX YULVI ZAIKA.
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
Diagonalization Hung-yi Lee.
Eigenvalues and Eigenvectors
Symmetric Matrices and Quadratic Forms
Engineering Mathematics-I Eigenvalues and Eigenvectors
EIGENVECTORS AND EIGENVALUES
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
Chapter 2 Determinants.
Linear Algebra Lecture 28.
Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
Symmetric Matrices and Quadratic Forms
Presentation transcript:

Section 5.1 Eigenvectors and Eigenvalues

Eigenvectors and Eigenvalues Useful throughout pure and applied mathematics. Used to study difference equations and continuous dynamical systems. Provide critical information in engineering design Arise naturally in such fields as physics and chemistry. Used in statistics to analyze multicollinearity

Example: Let Consider Av for some v

Definition: The Eigenvector of A nxn is a nonzero vector x such that Ax= λ x for some scalar λ. λ is called an Eigenvalue of A

Statistics (multicollinearity) Where y is the dependent response vector and the x’s are the independent explanatory vectors The β ’s are least squares regression coefficients ε i are errors We desire linear independence between x vectors Can use Eigen analysis to determine

From Definition: Ax = λ x = λ Ix Ax – λ Ix = 0 (A – λ I)x = 0 Observations: 1. λ is an eigenvalue of A iff (A – λ I)x= 0 has non-trivial solutions A – λ I is not invertible IMT all false 2. The set {x ε R n : (A – λ I)x= 0} is the nullspace of (A – λ I)x= 0, A a subspace of R n 3. The set of all solutions is called the eigenspace of A corresponding to λ

Example Show that 2 is an eigenvalue of and find the corresponding eigenvectors.

Comments: Warning: The method just used (row reduction) to find eigenvectors cannot be used to find eigenvalues. Note: The set of all solutions to (A- λ I)x = 0 is called the eigenspace of A corresponding to λ.

Example Let An eigenvalue of A is λ =3. Find a basis for the corresponding eigenspace.

Theorem The eigenvalues of a triangular matrix are the entries on its main diagonal.

Proof of 3x3 case Let So (A- λ I) =

Proof of 3x3 case By definition λ is an eigenvalue iff (A- λ I)x= 0 has non-trivial solutions so a free variable must exist. This occurs when a 11 = λ or a 22 = λ or a 33 = λ

Example Consider the lower triangular matrix below. λ = 4 or 0 or -3

Addtion to IMT A nxn is invertible iff s. The number 0 is not an eigenvalue t. det A≠ 0 (not sure why author waits until not to add this)

Theorem If eigenvectors have distinct eigenvalues then the eigenvectors are linearly independent This can be proven by the IMT

Section 5.2 The Characteristic Equation

Finding Eigenvalues 1. We know (A- λ I)x= 0 must have non- trivial solutions and x is non-zero. That is free variables exist. 2. So (A- λ I) is not invertible by the IMT 3. Therefore det(A- λ I)= 0 by IMT

Characteristic Equation det(A- λ I)= 0 Solve to find eigenvalues Note: det(A- λ I) is the characteristic polynomial.

Previous Example: Let find eigenvalues

Example Find Eigenvalues

Example Find characteristic polynomial and eigenvalues

Example a. Find the characteristic polynomial b. Find all eigenvalues c. Find multiplicity of each eigenvalue

Recap a. λ is an eigenvalue of A if (A- λ I)x= 0 has non-trivial solutions (free variables exist). b. Eigenvectors (eigenspace )are found by row reducing (A- λ I)x= 0. c. Eigenvalues are found by solving det(A- λ I)= 0.

Section 5.3 Diagonalization

Diagonalization The goal here is to develop a useful factorization A=PDP -1, when A is nxn. We can use this to compute A k quickly for large k. The matrix D is a diagonal matrix (i.e. entries off the main diagonal are all zeros).

Example Find a formula for A k given A=PDP -1 &

Diagonalizable Matrix “A” is diagonalizable if A=PDP -1 where P is invertible and D is a diagonal matrix. Note: AP=PD

When is a matrix diagonalizable? Let’s examine eigenvalues and eigenvectors of A

The Diagonalization Theorem If Anxn & has n linearly independent eigenvectors. Then 1. A=PDP Columns of P are eigenvectors 3. Diagonals of D are eigenvalues.

Example Diagonalize We need to find P & D

Theorem If Anxn has n distinct eigenvalues then A is diagonalizable.

Example Diagonalize

Example