ENGG2013 Unit 17 Diagonalization Eigenvector and eigenvalue Mar, 2011.

Slides:



Advertisements
Similar presentations
Ch 7.7: Fundamental Matrices
Advertisements

Chapter 6 Eigenvalues and Eigenvectors
ENGG2013 Unit 15 Rank, determinant, dimension, and the links between them Mar, 2011.
Section 5.1 Eigenvectors and Eigenvalues. Eigenvectors and Eigenvalues Useful throughout pure and applied mathematics. Used to study difference equations.
ENGG2013 Unit 25 Second-order Linear DE
Determinants Bases, linear Indep., etc Gram-Schmidt Eigenvalue and Eigenvectors Misc
Linear Transformations
Eigenvalues and Eigenvectors
Ch 7.8: Repeated Eigenvalues
Ch 7.9: Nonhomogeneous Linear Systems
ENGG2013 Unit 19 The principal axes theorem
Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues
6 1 Linear Transformations. 6 2 Hopfield Network Questions.
5 5.1 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
ENGG2013 Unit 18 The characteristic polynomial Mar, 2011.
ENGG2013 Unit 7 Non-singular matrix and Gauss-Jordan elimination Jan, 2011.
化工應用數學 授課教師: 郭修伯 Lecture 9 Matrices
Matrices CS485/685 Computer Vision Dr. George Bebis.
5.1 Orthogonality.
Linear Algebra Review By Tim K. Marks UCSD Borrows heavily from: Jana Kosecka Virginia de Sa (UCSD) Cogsci 108F Linear.
Boyce/DiPrima 9th ed, Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues Elementary Differential Equations and Boundary Value Problems,
Linear Algebra Review 1 CS479/679 Pattern Recognition Dr. George Bebis.
Linear Algebra/Eigenvalues and eigenvectors. One mathematical tool, which has applications not only for Linear Algebra but for differential equations,
1 MAC 2103 Module 12 Eigenvalues and Eigenvectors.
Diagonalization Revisted Isabel K. Darcy Mathematics Department Applied Math and Computational Sciences University of Iowa Fig from knotplot.com.
Day 1 Eigenvalues and Eigenvectors
Chapter 2 Simultaneous Linear Equations (cont.)
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:
Therorem 1: Under what conditions a given matrix is diagonalizable ??? Jordan Block REMARK: Not all nxn matrices are diagonalizable A similar to (close.
Domain Range definition: T is a linear transformation, EIGENVECTOR EIGENVALUE.
Chapter 5 Eigenvalues and Eigenvectors 大葉大學 資訊工程系 黃鈴玲 Linear Algebra.
Eigenvectors and Linear Transformations Recall the definition of similar matrices: Let A and C be n  n matrices. We say that A is similar to C in case.
Solving Linear Systems Solving linear systems Ax = b is one part of numerical linear algebra, and involves manipulating the rows of a matrix. Solving linear.
What is the determinant of What is the determinant of
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors.
Ch11: Normal Modes 1. Review diagonalization and eigenvalue problem 2. Normal modes of Coupled oscillators (3 springs, 2 masses) 3. Case of Weakly coupled.
Chapter 1 Systems of Linear Equations Linear Algebra.
7.1 Eigenvalues and Eigenvectors
5.1 Eigenvectors and Eigenvalues 5. Eigenvalues and Eigenvectors.
5.1 Eigenvalues and Eigenvectors
Advanced Computer Graphics Spring 2014 K. H. Ko School of Mechatronics Gwangju Institute of Science and Technology.
Linear Algebra Chapter 6 Linear Algebra with Applications -Gareth Williams Br. Joel Baumeyer, F.S.C.
2.5 – Determinants and Multiplicative Inverses of Matrices.
A function is a rule f that associates with each element in a set A one and only one element in a set B. If f associates the element b with the element.
5 5.1 © 2016 Pearson Education, Ltd. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
Eigenvalues, Zeros and Poles
Chapter 6 Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
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
Complex Eigenvalues kshum ENGG2420B.
Systems of First Order Linear Equations
Eigenvalues and Eigenvectors
Boyce/DiPrima 10th ed, Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues Elementary Differential Equations and Boundary Value Problems,
1.3 Vector Equations.
Eigenvalues and Eigenvectors
Equivalent State Equations
Linear Algebra Lecture 32.
Engineering Mathematics-I Eigenvalues and Eigenvectors
EIGENVECTORS AND EIGENVALUES
Elementary Linear Algebra Anton & Rorres, 9th Edition
Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
Eigenvectors and Eigenvalues
Linear Algebra Lecture 28.
Presentation transcript:

ENGG2013 Unit 17 Diagonalization Eigenvector and eigenvalue Mar, 2011.

EXAMPLE 1 kshumENGG20132

Q6 in midterm u(t): unemployment rate in the t-th month. e(t)= 1-u(t) The unemployment rate in the next month is given by a matrix multiplication Equilibrium: Solve kshumENGG20133  Unemployment rate at equilibrium = 0.2

Equilibrium kshumENGG20134 Unstable Stable

If stable, how fast does it converge to the equilibrium point? kshumENGG Fast convergenceSlow convergence

Question Suppose that the initial unemployment rate at the first month is x(1), (for example x(1)=0.25), and suppose that the unemployment evolves by matrix multiplication Find an analytic expression for x(t), for all t. kshumENGG20136

EXAMPLE 2 kshumENGG20137

How to count? Count the number of binary strings of length n with no consecutive ones. kshumENGG20138

SOLVING RECURRENCE RELATION kshumENGG20139

Fibonacci numbers F 1 = 1 F 2 = 1 For n > 2, F n = F n-1 +F n-2. The Fibonacci numbers are – 1,1,3,5,8,13,21,34,55,89,144 kshumENGG

A matrix formulation Define a vector Initial vector Find the recurrence relation in matrix form kshumENGG201311

A general question Given initial condition and for t  2 Find v(t) for all t. kshumENGG201312

Matrix power Need to raise a matrix to a very high power kshumENGG201313

A trivial special case Diagonal matrix The solution is easy to find Raising a diagonal matrix to the power t is easy. kshumENGG201314

Decoupled equations When the equation is diagonal, we have two separate equation, each in one variable kshumENGG201315

DIAGONALIZATION kshumENGG201316

Problem reduction A square matrix M is called diagonalizable if we can find an invertible matrix, say P, such that the product P –1 M P is a diagonal matrix. A diagonalizable matrix can be raised to a high power easily. – Suppose that P –1 M P = D, D diagonal. – M = P D P –1. – M n = (P D P –1 ) (P D P –1 ) (P D P –1 ) … (P D P –1 ) = P D n P –1. kshumENGG201317

Example of diagonalizable matrix Let A is diagonalizable because we can find a matrix such that kshumENGG201318

Now we know how fast it converges to 0.2 The matrix can be diagonalized kshumENGG201319

Convergence to equilibrium The trajectory of the unemployment rate – the initial point is set to 0.1 kshumENGG201320

EIGENVECTOR AND EIGENVALUE kshumENGG201321

How to diagonalize? How to determine whether a matrix M is diagonalizable? How to find a matrix P which diagonalizes a matrix M? kshumENGG201322

From diagonalization to eigenvector By definition a matrix M is diagonalizable if P –1 M P = D for some invertible matrix P, and diagonal matrix D. or equivalently, kshumENGG201323

The columns of P are special Suppose that kshumENGG201324

Definition Given a square matrix A, a non-zero vector v is called an eigenvector of A, if we an find a real number (which may be zero), such that This number is called an eigenvalue of A, corresponding to the eigenvector v. kshumENGG Matrix-vector productScalar product of a vector

Important notes If v is an eigenvector of A with eigenvalue, then any non-zero scalar multiple of v also satisfies the definition of eigenvector. kshumENGG k  0

Geometric meaning A linear transformation L(x,y) given by: L(x,y) = (x+2y, 3x-4y) If the input is x=1, y=2 for example, the output is x = 5, y = -5. kshum27 x  x + 2y y  3x – 4y

Invariant direction An Eigenvector points at a direction which is invariant under the linear transformation induced by the matrix. The eigenvalue is interpreted as the magnification factor. L(x,y) = (x+2y, 3x-4y) If input is (2,1), output is magnified by a factor of 2, i.e., the eigenvalue is 2. kshum28

Another invariant direction L(x,y) = (x+2y, 3x-4y) If input is (-1/3,1), output is (5/3,-5). The length is increased by a factor of 5, and the direction is reversed. The corresponding eigenvalue is -5. kshum29

Eigenvalue and eigenvector of First eigenvalue = 2, with eigenvector where k is any nonzero real number. Second eigenvalue = -5, with eigenvector where k is any nonzero real number. kshumENGG201330

Summary Motivation: want to solve recurrence relations. Formulation using matrix multiplication Need to raise a matrix to an arbitrary power Raising a matrix to some power can be easily done if the matrix is diagonalizable. Diagonalization can be done by eigenvalue and eigenvector. kshumENGG201331