Lecture 15, 16: Diagonalization

Similar documents
Math 3191 Applied Linear Algebra

Recall : Eigenvalues and Eigenvectors

Diagonalization of Matrix

Econ Slides from Lecture 7

MAC Module 12 Eigenvalues and Eigenvectors. Learning Objectives. Upon completing this module, you should be able to:

MAC Module 12 Eigenvalues and Eigenvectors

Remark 1 By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero.

ICS 6N Computational Linear Algebra Symmetric Matrices and Orthogonal Diagonalization

22m:033 Notes: 7.1 Diagonalization of Symmetric Matrices

Announcements Monday, November 06

Remark By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero.

ICS 6N Computational Linear Algebra Eigenvalues and Eigenvectors

ft-uiowa-math2550 Assignment NOTRequiredJustHWformatOfQuizReviewForExam3part2 due 12/31/2014 at 07:10pm CST

City Suburbs. : population distribution after m years

MAT 1302B Mathematical Methods II

LINEAR ALGEBRA 1, 2012-I PARTIAL EXAM 3 SOLUTIONS TO PRACTICE PROBLEMS

Lecture 3 Eigenvalues and Eigenvectors

DIAGONALIZATION. In order to see the implications of this definition, let us consider the following example Example 1. Consider the matrix

Eigenvalues and Eigenvectors

Study Guide for Linear Algebra Exam 2

and let s calculate the image of some vectors under the transformation T.

Math 2331 Linear Algebra

TMA Calculus 3. Lecture 21, April 3. Toke Meier Carlsen Norwegian University of Science and Technology Spring 2013

Diagonalization. Hung-yi Lee

AMS10 HW7 Solutions. All credit is given for effort. (-5 pts for any missing sections) Problem 1 (20 pts) Consider the following matrix 2 A =

Math 315: Linear Algebra Solutions to Assignment 7

Lecture 11: Diagonalization

Chapter 5. Eigenvalues and Eigenvectors

AN ITERATION. In part as motivation, we consider an iteration method for solving a system of linear equations which has the form x Ax = b

Eigenvalues, Eigenvectors, and an Intro to PCA

Eigenvalues and Eigenvectors 7.2 Diagonalization

Jordan Canonical Form Homework Solutions

a 11 a 12 a 11 a 12 a 13 a 21 a 22 a 23 . a 31 a 32 a 33 a 12 a 21 a 23 a 31 a = = = = 12

Eigenvalues and Eigenvectors

5.3.5 The eigenvalues are 3, 2, 3 (i.e., the diagonal entries of D) with corresponding eigenvalues. Null(A 3I) = Null( ), 0 0

(the matrix with b 1 and b 2 as columns). If x is a vector in R 2, then its coordinate vector [x] B relative to B satisfies the formula.

Lecture Notes: Eigenvalues and Eigenvectors. 1 Definitions. 2 Finding All Eigenvalues

MATH 20F: LINEAR ALGEBRA LECTURE B00 (T. KEMP)

Eigenvalues, Eigenvectors, and Diagonalization

Eigenvalue and Eigenvector Homework

Diagonalization. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics

Math Matrix Algebra

DM554 Linear and Integer Programming. Lecture 9. Diagonalization. Marco Chiarandini

MAT1302F Mathematical Methods II Lecture 19

4. Linear transformations as a vector space 17

Homework sheet 4: EIGENVALUES AND EIGENVECTORS. DIAGONALIZATION (with solutions) Year ? Why or why not? 6 9

AMS526: Numerical Analysis I (Numerical Linear Algebra)

Exercise Set 7.2. Skills

Linear Algebra II Lecture 13

Math 314/ Exam 2 Blue Exam Solutions December 4, 2008 Instructor: Dr. S. Cooper. Name:

Linear Algebra II Lecture 22

REVIEW FOR EXAM III SIMILARITY AND DIAGONALIZATION

235 Final exam review questions

Diagonalization. P. Danziger. u B = A 1. B u S.

80 min. 65 points in total. The raw score will be normalized according to the course policy to count into the final score.

1 Last time: least-squares problems

MATH 304 Linear Algebra Lecture 34: Review for Test 2.

Section 7.3: SYMMETRIC MATRICES AND ORTHOGONAL DIAGONALIZATION

ft-uiowa-math2550 Assignment OptionalFinalExamReviewMultChoiceMEDIUMlengthForm due 12/31/2014 at 10:36pm CST

Lecture 10 - Eigenvalues problem

Chapter 7: Symmetric Matrices and Quadratic Forms

MATH 31 - ADDITIONAL PRACTICE PROBLEMS FOR FINAL

Linear Algebra: Matrix Eigenvalue Problems

Lecture 12: Diagonalization

MATH 1120 (LINEAR ALGEBRA 1), FINAL EXAM FALL 2011 SOLUTIONS TO PRACTICE VERSION

Linear Systems. Class 27. c 2008 Ron Buckmire. TITLE Projection Matrices and Orthogonal Diagonalization CURRENT READING Poole 5.4

Agenda: Understand the action of A by seeing how it acts on eigenvectors.

Solutions to Final Exam

A = 3 1. We conclude that the algebraic multiplicity of the eigenvalues are both one, that is,

Maths for Signals and Systems Linear Algebra in Engineering

Math 205, Summer I, Week 4b:

Eigenvalues and Eigenvectors

Final Review Written by Victoria Kala SH 6432u Office Hours R 12:30 1:30pm Last Updated 11/30/2015

Chapter 6. Eigenvalues. Josef Leydold Mathematical Methods WS 2018/19 6 Eigenvalues 1 / 45

3.3 Eigenvalues and Eigenvectors

Jordan Normal Form and Singular Decomposition

Singular Value Decomposition

2. Every linear system with the same number of equations as unknowns has a unique solution.

MA 265 FINAL EXAM Fall 2012

Eigenvalues, Eigenvectors, and an Intro to PCA

Chapters 5 & 6: Theory Review: Solutions Math 308 F Spring 2015

Week Quadratic forms. Principal axes theorem. Text reference: this material corresponds to parts of sections 5.5, 8.2,

The Jordan Normal Form and its Applications

Further Mathematical Methods (Linear Algebra)

Computationally, diagonal matrices are the easiest to work with. With this idea in mind, we introduce similarity:

7. Symmetric Matrices and Quadratic Forms

Schur s Triangularization Theorem. Math 422

MATH 221, Spring Homework 10 Solutions

Mathematical Methods for Engineers 1 (AMS10/10A)

Final A. Problem Points Score Total 100. Math115A Nadja Hempel 03/23/2017

Announcements Wednesday, November 01

j=1 u 1jv 1j. 1/ 2 Lemma 1. An orthogonal set of vectors must be linearly independent.

Practice problems for Exam 3 A =

CS 246 Review of Linear Algebra 01/17/19

Eigenvalues, Eigenvectors, and an Intro to PCA

Further Mathematical Methods (Linear Algebra) 2002

MATH 423 Linear Algebra II Lecture 33: Diagonalization of normal operators.

The Singular Value Decomposition

Chapter 3. Determinants and Eigenvalues

Announcements Wednesday, November 7

Transcription:

Lecture 15, 16: Diagonalization Motivation: Eigenvalues and Eigenvectors are easy to compute for diagonal matrices. Hence, we would like (if possible) to convert matrix A into a diagonal matrix. Suppose A is a n n matrix and has n linearly independent eigenvectors p 1 p n, put them into columns of eigenvector matrix P. Put eigenvalues into a diagonal matrix D. D ii has the eigenvalue corresponding to the eigenvector in the i-th column of P. AP = A p 1 p n = λ 1 p 1 λ n p n = PD. From above equation it is implied: P 1 AP = D or PDP 1 = A The square matrix A is diagonalizable if it has n distinct eigenvalues or if its n eigenvectors are linearly independent. 1

Powers of A Suppose A is factored to PDP 1. To compute A 2 we multiply its factored equivalent: A 2 = PDP 1 PDP 1 = PD 2 P 1. We can imply that A k = PD k P 1 D k is the diagonal matrix D where its entries are to the power of k, and is very easy to calculate.

Powers of A

Steps for Matrix Diagonalization Diagonalize the following matrix: 1 3 3 A = 3 5 3 3 3 1 Find the eigenvalues λ 1, λ 2, λ 3. Find three linearly independent eigenvectors of A. Construct P = [v 1, v 2, v 3 ] Construct D. Check AP = PD and A = PDP 1

Not all Matrices are Diagonalizable

Application: Steady State Suppose there is a system such that u k+1 = Au k, where u is the state vector and its subscripts denote its order in a time series. If u 0 is the initial condition of the system at beginning, we can find u k, the state at the time n, using u k = A k u 0. We know that A k = XD k X 1. So if n : If λ i < 1 then λ i k 0. If λ i = 1 then λ i k = 1. If λ i > 1 then λ i k. So, stable systems A should not have eigenvalues λ i > 1.

Application: Steady State Example: Suppose 10% of residents of the city A move to city B in a year. During the same time 5% of the city B residents move to city A. If initial residents of cities A and B are 10,000 and 100,000 respectively, what will happen in a long run? residents of city A We formulate the system as u = residents of city B If no other thing affect the population of the cities A and B, the matrix A is:.9.05 u 1 = Au 0 u 1 =.1.95 u 0 Eigenvalues of A, are λ 1 = 0.85 and λ 2 = 1. Eigenvectors of A are x 1 = 1 1, x 2 = 1 2

Application: Steady State Example Cont d: In a long run u k = A k u 0 A k = XD k X 1 = 1 1 1 2 0.85 0 0 1 k 2 3 1 3 If k then λ k 1 0. Only the λ 2 will be effective in A k when k lim A k = 1 1 k 1 2 u = A u 0 = 1 3 2 3 1 3 2 3 0 0 0 1 2 3 1 3 1 3 1 3 = 10,000 100,000 ~ 36,667 73,333 1 3 2 3 1 3 1 3 1 3 2 3

Application: Steady State Example Cont d: Another approach: Recall that if y = α 1 x 1 + α 2 x 2 + + α n x n then Ay = α 1 λ 1 x 1 + α 2 λ 2 x 2 + + α n λ n x n Therefore, A k y = α 1 λ 1 k x 1 + α 2 λ 2 k x 2 + + α n λ n k x n 10,000 100,000 ~ 1 1 1 2 26667 36667 A k 10,000 100,000 = 1 26667(0.85)k 1 1 36667(1)k 2 A 10,000 100,000 = 36667 1 2 ~ 36,667 73,333

Application: Discrete Dynamic Systems

Application: Discrete Dynamic Systems

Application: Fibonacci Series A Fibonacci series: 1, 1, 2, 3, 5, 8, 13 How to find the 100 th element x 100 quickly?

Application: Fibonacci Series

Application: Fibonacci Series

Diagonalization of Symmetric Matrices Symmetric matrices always have real eigenvalues and are diagonalizable. What is special about Ax = λx, when A is symmetric (A = A T )? A = A T PDP 1 = (PDP 1 ) T = (P 1 ) T DP T Above equation is correct only if P 1 = P T, and this means P is orthonormal. Therefore, every symmetric matrix A = QDQ T, where Q is the normalized eigenvector matrix, and D is the eigenvalue diagonal matrix. Q is an orthonormal matrix and Q 1 = Q T.

Diagonalization of Symmetric Matrices Example: re-write matrix A = 1 2 2 2, as factorization A = QDQT. A λi = 1 λ 2 2 2 λ 1 λ 2 λ 4 = 0 λ 2 + λ 6 = 0 λ + 3 λ 2 = 0; λ 1 = 3 and λ 2 = 2 A λ 1 I x 1 = 0 4 2 2 1 = 0 x 1 = 1 2 A λ 2 I x 2 = 0 1 2 = 0 x 2 4 2 = 2 1 x 1 and x 2 are orthogonal, but not orthonormal. If we normalize them, they will be orthonormal. Q = 1 1 2 3 0, D = 5 2 1 0 2

Diagonalization of Symmetric Matrices Example: Diagonalize

Diagonalization of Symmetric Matrices

Spectrum Theorem If A is a n x n symmetric matrix All eigenvalues of A are real. A has exactly n real eigenvalues (counting for multiplicity). But this does not mean they are distinct. The geometric multiplicity of λ = dimension of Null(A - λi) = the algebraic multiplicity of λ. The eigenspaces are mutually orthogonal. If λ 1 λ 2 are two distinct eigenvalues, then their corresponding eigenvectors v 1 and v 2 are orthogonal.

Proof