Lecture 18 Eigenvalue Problems II Shang-Hua Teng.

Slides:



Advertisements
Similar presentations
3D Geometry for Computer Graphics
Advertisements

Chapter 28 – Part II Matrix Operations. Gaussian elimination Gaussian elimination LU factorization LU factorization Gaussian elimination with partial.
Lecture 17 Introduction to Eigenvalue Problems
OCE301 Part II: Linear Algebra lecture 4. Eigenvalue Problem Ax = y Ax = x occur frequently in engineering analysis (eigenvalue problem) Ax =  x [ A.
Eigenvalues and Eigenvectors
Lecture 19 Singular Value Decomposition
Symmetric Matrices and Quadratic Forms
Symmetric Matrices and Quadratic Forms
Computer Graphics Recitation 5.
ENGG2013 Unit 19 The principal axes theorem
Chapter 6 Eigenvalues.
Chapter 3 Determinants and Matrices
Dirac Notation and Spectral decomposition Michele Mosca.
Lecture 13 Operations in Graphics and Geometric Modeling I: Projection, Rotation, and Reflection Shang-Hua Teng.
Lecture 20 SVD and Its Applications Shang-Hua Teng.
Dirac Notation and Spectral decomposition
Matrices CS485/685 Computer Vision Dr. George Bebis.
5.1 Orthogonality.
1 Statistical Analysis Professor Lynne Stokes Department of Statistical Science Lecture 5QF Introduction to Vector and Matrix Operations Needed for the.
Orthogonal Matrices and Spectral Representation In Section 4.3 we saw that n  n matrix A was similar to a diagonal matrix if and only if it had n linearly.
CHAPTER SIX Eigenvalues
Linear Algebra Review 1 CS479/679 Pattern Recognition Dr. George Bebis.
1 February 24 Matrices 3.2 Matrices; Row reduction Standard form of a set of linear equations: Chapter 3 Linear Algebra Matrix of coefficients: Augmented.
CS246 Topic-Based Models. Motivation  Q: For query “car”, will a document with the word “automobile” be returned as a result under the TF-IDF vector.
8.1 Vector spaces A set of vector is said to form a linear vector space V Chapter 8 Matrices and vector spaces.
1 MAC 2103 Module 12 Eigenvalues and Eigenvectors.
Gram-Schmidt Orthogonalization
Eigenvalues and Eigenvectors
Therorem 1: Under what conditions a given matrix is diagonalizable ??? Jordan Block REMARK: Not all nxn matrices are diagonalizable A similar to (close.
Linear algebra: matrix Eigen-value Problems
Chapter 5 Eigenvalues and Eigenvectors 大葉大學 資訊工程系 黃鈴玲 Linear Algebra.
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.
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.
5.1 Eigenvectors and Eigenvalues 5. Eigenvalues and Eigenvectors.
5.1 Eigenvalues and Eigenvectors
Similar diagonalization of real symmetric matrix
Instructor: Mircea Nicolescu Lecture 8 CS 485 / 685 Computer Vision.
1 Chapter 8 – Symmetric Matrices and Quadratic Forms Outline 8.1 Symmetric Matrices 8.2Quardratic Forms 8.3Singular ValuesSymmetric MatricesQuardratic.
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 
Boot Camp in Linear Algebra TIM 209 Prof. Ram Akella.
Final Outline Shang-Hua Teng. Problem 1: Multiple Choices 16 points There might be more than one correct answers; So you should try to mark them all.
Lecture XXVII. Orthonormal Bases and Projections Suppose that a set of vectors {x 1,…,x r } for a basis for some space S in R m space such that r  m.
Tutorial 6. Eigenvalues & Eigenvectors Reminder: Eigenvectors A vector x invariant up to a scaling by λ to a multiplication by matrix A is called.
CS246 Linear Algebra Review. A Brief Review of Linear Algebra Vector and a list of numbers Addition Scalar multiplication Dot product Dot product as a.
Orthogonal Matrices & Symmetric Matrices
Review of Linear Algebra
CS479/679 Pattern Recognition Dr. George Bebis
Sturm-Liouville Theory
Elementary Linear Algebra Anton & Rorres, 9th Edition
Matrices and vector spaces
Jordan Block Under what conditions a given matrix is diagonalizable ??? Therorem 1: REMARK: Not all nxn matrices are diagonalizable A similar to.
Euclidean Inner Product on Rn
CS485/685 Computer Vision Dr. George Bebis
6-4 Symmetric Matrices By毛.
Ilan Ben-Bassat Omri Weinstein
Lecture 13 Operations in Graphics and Geometric Modeling I: Projection, Rotation, and Reflection Shang-Hua Teng.
Symmetric Matrices and Quadratic Forms
Linear Algebra Lecture 32.
Maths for Signals and Systems Linear Algebra in Engineering Lecture 18, Friday 18th November 2016 DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN SIGNAL.
Lecture 13 Operations in Graphics and Geometric Modeling I: Projection, Rotation, and Reflection Shang-Hua Teng.
Corollary If A is diagonalizable and rank A=r,
Linear Algebra Lecture 30.
Eigenvalues and Eigenvectors
Subject :- Applied Mathematics
Linear Algebra: Matrix Eigenvalue Problems – Part 2
Lecture 20 SVD and Its Applications
Eigenvalues and Eigenvectors
Symmetric Matrices and Quadratic Forms
Lin. indep eigenvectors One single eigenvector
Presentation transcript:

Lecture 18 Eigenvalue Problems II Shang-Hua Teng

Diagonalizing A Matrix Suppose the n by n matrix A has n linearly independent eigenvectors x 1, x 2,…, x n. Eigenvector matrix S: x 1, x 2,…, x n are columns of S. Then  is the eigenvalue matrix

Matrix Power A k S -1 AS =  implies A = S  S -1 implies A 2 = S  S -1 S  S -1 = S   S -1 implies A k = S  k S -1

Random walks How long does it take to get completely lost?

Random walks Transition Matrix

Matrix Powers If A is diagonalizable as A = S  S -1 then for any vector u, we can compute A k u efficiently –Solve S c = u –A k u = S  k S -1 S c = S  k c As if A is a diagonal matrix!!!!

Independent Eigenvectors from Different Eigenvalues Eigenvectors x 1, x 2,…, x k that correspond to distinct (all different) eigenvalues are linear independent. An n by n matrix that has n different eigenvalues (no repeated ’s) must be diagonalizable Proof: Show that implies all c i = 0

Addition, Multiplication, and Eigenvalues If is an eigenvalue of A and  is an eigenvalue of B, then in general  is not an eigenvalue of AB If is an eigenvalue of A and  is an eigenvalue of B, then in general  is not an eigenvalue of A+B

Example

Spectral Analysis of Symmetric Matrices A = A T (what are special about them?) Spectral Theorem: Every symmetric matrix has the factorization A = Q  Q T with real eigenvalues in  and orthonormal eigenvectors in Q: A =Q  Q -1 = Q  Q T with Q -1 = Q T.

Simply in English Symmetric matrix can always be diagonalized Their eigenvalues are always real One can choose n eigenvectors so that they are orthonormal. “Principal axis theorem” in geometry and physics

2 by 2 Case Real Eigenvalues

2 by 2 Case so

The eigenvalues of a real symmetric matrix are real Complex conjugate of a + i b is a - i b Law of complex conjugate : (a-i b) (c-i d) = (ac-bd) – i(bc+ad) which is the complex conjugate of (a+i b) (c+i d) = (ac-bd) + i(bc+ad) Claim: What can be?

Eigenvectors of a real symmetric matrix when they correspond to different ’s are always perpendicular What can the quantity be?

In general, so eigenvalues might be repeated Choose an orthogonal basis for each eigenvalue Normalize these vector to unit length

Every symmetric matrix has the factorization A = Q  Q T with real eigenvalues in  and orthonormal eigenvectors in  : A =Q  Q -1 = Q  Q T with Q -1 = Q T. Spectral Theorem

Every symmetric matrix has the factorization A = Q  Q T with real eigenvalues in  and orthonormal eigenvectors in  : A =Q  Q -1 = Q  Q T with Q -1 = Q T. Spectral Theorem and Spectral Decomposition x i x i T is the projection matrix on to x i !!!!!