Chapter 6 Eigenvalues.

Slides:



Advertisements
Similar presentations
10.4 Complex Vector Spaces.
Advertisements

Ch 7.7: Fundamental Matrices
Chapter 28 – Part II Matrix Operations. Gaussian elimination Gaussian elimination LU factorization LU factorization Gaussian elimination with partial.
Scientific Computing QR Factorization Part 2 – Algorithm to Find Eigenvalues.
Matrix Theory Background
8 CHAPTER Linear Algebra: Matrix Eigenvalue Problems Chapter 8 p1.
Eigenvalues and Eigenvectors
Symmetric Matrices and Quadratic Forms
Chapter 5 Orthogonality
5.II. Similarity 5.II.1. Definition and Examples
Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues
Chapter 3 Determinants and Matrices
Lecture 18 Eigenvalue Problems II Shang-Hua Teng.
MOHAMMAD IMRAN DEPARTMENT OF APPLIED SCIENCES JAHANGIRABAD EDUCATIONAL GROUP OF INSTITUTES.
Boot Camp in Linear Algebra Joel Barajas Karla L Caballero University of California Silicon Valley Center October 8th, 2008.
Matrices CS485/685 Computer Vision Dr. George Bebis.
5.1 Orthogonality.
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.
Eigenvalue Problems Solving linear systems Ax = b is one part of numerical linear algebra, and involves manipulating the rows of a matrix. The second main.
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.
PHY 301: MATH AND NUM TECH Chapter 5: Linear Algebra Applications I.Homogeneous Linear Equations II.Non-homogeneous equation III.Eigen value problem.
CHAPTER FIVE Orthogonality Why orthogonal? Least square problem Accuracy of Numerical computation.
Eigenvalues and Eigenvectors
Linear Algebra (Aljabar Linier) Week 10 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma
Matrices CHAPTER 8.1 ~ 8.8. Ch _2 Contents  8.1 Matrix Algebra 8.1 Matrix Algebra  8.2 Systems of Linear Algebra Equations 8.2 Systems of Linear.
Linear algebra: matrix Eigen-value Problems
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.
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.
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.
Chapter 10 Real Inner Products and Least-Square
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors.
6. Elementary Canonical Forms How to characterize a transformation?
Chapter 6 Eigenvalues. Example In a certain town, 30 percent of the married women get divorced each year and 20 percent of the single women get married.
7.1 Eigenvalues and Eigenvectors
5.1 Eigenvectors and Eigenvalues 5. Eigenvalues and Eigenvectors.
5.1 Eigenvalues and Eigenvectors
Instructor: Mircea Nicolescu Lecture 8 CS 485 / 685 Computer Vision.
Linear Algebra Chapter 6 Linear Algebra with Applications -Gareth Williams Br. Joel Baumeyer, F.S.C.
1 Chapter 8 – Symmetric Matrices and Quadratic Forms Outline 8.1 Symmetric Matrices 8.2Quardratic Forms 8.3Singular ValuesSymmetric MatricesQuardratic.
5 5.1 © 2016 Pearson Education, Ltd. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
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.
Reduced echelon form Matrix equations Null space Range Determinant Invertibility Similar matrices Eigenvalues Eigenvectors Diagonabilty Power.
Tutorial 6. Eigenvalues & Eigenvectors Reminder: Eigenvectors A vector x invariant up to a scaling by λ to a multiplication by matrix A is called.
Chapter 5 Eigenvalues and Eigenvectors
4. The Eigenvalue.
CS479/679 Pattern Recognition Dr. George Bebis
Elementary Linear Algebra Anton & Rorres, 9th Edition
Matrices and vector spaces
Euclidean Inner Product on Rn
CS485/685 Computer Vision Dr. George Bebis
Numerical Analysis Lecture 16.
6-4 Symmetric Matrices By毛.
Chapter 6 Eigenvalues Basil Hamed
Eigenvalues and Eigenvectors
Symmetric Matrices and Quadratic Forms
Elementary Linear Algebra Anton & Rorres, 9th Edition
Corollary If A is diagonalizable and rank A=r,
Eigenvalues and Eigenvectors
Linear Algebra Lecture 35.
Eigenvalues and Eigenvectors
Subject :- Applied Mathematics
Linear Algebra: Matrix Eigenvalue Problems – Part 2
Linear Algebra Lecture 28.
Eigenvalues and Eigenvectors
Symmetric Matrices and Quadratic Forms
Presentation transcript:

Chapter 6 Eigenvalues

Outlines System of linear ODE (Omit) Diagonalization Hermitian matrices Ouadratic form Positive definite matrices

Motivations To simplify a linear dynamics such that it is as simple as possible. To realize a linear system characteristics e.g., the behavior of system dynamics.

§6-1 Eignvalues & Eignvectors

Example: In a town, each year 30% married women get divorced 20% single women get married In the 1st year, 8000 married women 2000 single women. Total population remains constant , where represent the numbers of married & single women after i years, respectively.

If Question: Why does converge? Why does it converge to the same limit vector even when the initial condition is different?

Ans: Choose a basis Given an initial for some for example, Question: How does one know choosing such a basis?

Def: Let . A scalar is said to be an eigenvalue or characteristic value of A if such that The vector is said to be an eigenvector or characteristic vector belonging to . is called an eigen pair of A. Question: Given A, How to compute eigenvalues & eigenvectors?

characteristic polynomial of A, of degree n in is an eigen pair of Note that, is a polynomial, called characteristic polynomial of A, of degree n in Thus, by FTA, A has exactly n eigenvalues including multiplicities. is a eigenvector associated with eigenvalue while is eigenspace of A.

Example: To find the eigenspace of 2:( i.e., )

To find the eigenspace of 3(i.e., ) Let

Let , then

Let . If is an eigenvalue of A with eigenvector Then This means that is also an eigen-pair of A.

Let . where are eigenvalues of A. (i) Let (ii) Compare with the coefficient of , we have

Theorem 6.1.1: Let A & B be n×n matrices, if B is similar to A, then and consequently A & B have the same eigenvalues. Pf: Let for some nonsingular matrix S.

§6-3 Diagonalization

Diagonalization Goal: Given find a nonsingular matrix S, such that is a diagonal matrix. Question1: Are all matrices diagonalizable? Question2: What kinds of A are diagonalizable? Question3: How to find S if A is diagonalizable?

NOT all matrices are diagonalizable e.g., Let If A is diagonalizable, nonsingular matrix S,

To answer Q2, Suppose that A is diagonalizable. nonsingular matrix S, Let This gives a condition for diagonalizability and a way to find S.

Theorem6.3.1: If are distinct eigenvalues of an matrix A with corresponding eigenvectors , then are linearly independent. Pf: Suppose that are linearly dependent not all zero, Suppose that

Theorem 6.3.2: Let is diagonalizable A has n linearly independent eigenvectors. Note : Similarity transformation Change of coordinate diagonalization

Remarks: Let , and (i) is an eigenpair of A for (ii) The diagonalizing matrix S is not unique because Its columns can be reordered or multiplied by an nonzero scalar (iii) If A has n distinct eigenvalues , A is diagonalizable. If the eigenvalues are not distinct , then may or may not diagonalizable depending on whether A has n linearly independent eigenvectors or not. (iv)

Example: Let For Let

Def: If an matrix A has fewer than n linearly independent eigenvectors,we say that A is defective. e.g. (i) is defective (ii) is defective

Example 4: Let A & B both have the same eigenvalues Nullity (A-2I)=1 The eigenspace associated with has only one dimension. A is NOT diagonalizable However, Nullity (B-2I)=2 B is diagonalizable

Question: Are the following matrices diagonalizable ?

The Exponential of a Matrix Motivation:The general solution of is The unique solution of Question: What is and how to compute ?

Note that Define

Suppose that A is diagonalizable with

Example 6: Compute Sol: The eigenvalues of A are with eigenvectors

§6-4 Hermitian Matrices

Hermitian matrices Let , then A can be written as , where e.g. ,

Let , then e.g. , 

Def: (a) A is said to be Hermitian if (b) A is said to be skew-Hermitian if (c) A is said to be unitary if ( i.e. its column vectors form an orthonormal set in )

(ii) Let and be two eigenpairs of A, Theorem6.4.1: Let , then (i) (ii) eigenvectors belonging to distinct eigenvalues are orthogonal. Pf:(i) Let be an eigenpair of A, (ii) Let and be two eigenpairs of A,

(ii) Let and be two eigenpairs of A, Theorem6.4.1 Pf: (ii) Let and be two eigenpairs of A,

Theorem: Let and then Pf:(i) Let be an eigenpair of A,

Theorem6.4.3 (Schur’s Theorem): Let , then unitary matrix , is upper triangular. Pf: The proof is by mathematical induction on n. (i) The result is obvious if n=1; (ii) Assume the hypothesis holds for k×k matrices; (iii) let A be a (k+1)×(k+1) matrix.

Proof of Schur’s Theorem Let be an eigenpair of A with Using the Gram-Schmidt process, construct an orthonormal basis of Let

Proof of Schur’s Theorem By the induction hypothesis (ii)

Theorem6.4.4: (Spectral Theorem) If , then unitary matrix U that diagonalizes A . Pf:By Theorem 6.4.3 , unitary matrix , where T is upper triangular .

Cor.6.4.5: Let A be real symmetric matrix . Then (i) (ii) an orthogonal matrix U, is a diagonal matrix. proof:

Example 4: Find an orthogonal matrix U that diagonalizes A. Sol : (i) (ii)

Example 4: Sol : (iii) By Gram-Schmidt process,

Note:If A has orthonormal eigenbasis Question:In addition to Hermitian matrices , is there any other matrices possessing orthonormal eigenbasis? Note:If A has orthonormal eigenbasis where U is unitary &diagonal.

Def: A is said to be normal if Remark: Hermitian, Skew- Hermitian and Unitary matrices are all normal.

then ,where U is unitary & diagonal. Theorem6.4.6: A is normal A possesses an orthonormal eigenbasis Pf: If A has an orthonormal eigenbasis, then ,where U is unitary & diagonal.

proof of Theorem6.4.6: By Th.6.4.3, unitary U, Compare the diagonal elements of