Linear Algebra: Matrix Eigenvalue Problems – Part 2

Slides:



Advertisements
Similar presentations
10.4 Complex Vector Spaces.
Advertisements

3D Geometry for Computer Graphics
Chapter 28 – Part II Matrix Operations. Gaussian elimination Gaussian elimination LU factorization LU factorization Gaussian elimination with partial.
Chapter 6 Eigenvalues and Eigenvectors
Matrix Theory Background
OCE301 Part II: Linear Algebra lecture 4. Eigenvalue Problem Ax = y Ax = x occur frequently in engineering analysis (eigenvalue problem) Ax =  x [ A.
8 CHAPTER Linear Algebra: Matrix Eigenvalue Problems Chapter 8 p1.
Symmetric Matrices and Quadratic Forms
Some useful linear algebra. Linearly independent vectors span(V): span of vector space V is all linear combinations of vectors v i, i.e.
ENGG2013 Unit 19 The principal axes theorem
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.
Digital Control Systems Vector-Matrix Analysis. Definitions.
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.
Linear Algebra Review By Tim K. Marks UCSD Borrows heavily from: Jana Kosecka Virginia de Sa (UCSD) Cogsci 108F Linear.
Linear Algebra With Applications by Otto Bretscher. Page The Determinant of any diagonal nxn matrix is the product of its diagonal entries. True.
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.
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.
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.
Day 1 Eigenvalues and Eigenvectors
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
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.
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.
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.
7.1 Eigenvalues and Eigenvectors
5.1 Eigenvalues and Eigenvectors
Linear Algebra Chapter 6 Linear Algebra with Applications -Gareth Williams Br. Joel Baumeyer, F.S.C.
2.5 – Determinants and Multiplicative Inverses of 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.
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.
Chapter 5 Eigenvalues and Eigenvectors
College Algebra Chapter 6 Matrices and Determinants and Applications
ALGEBRA AND TRIGONOMETRY
CS479/679 Pattern Recognition Dr. George Bebis
Elementary Linear Algebra Anton & Rorres, 9th Edition
Extensions to Complex numbers
Matrices and vector spaces
Linear Algebra Lecture 36.
Euclidean Inner Product on Rn
Linear Algebra: Matrices and Vectors – Part 3
Some useful linear algebra
CS485/685 Computer Vision Dr. George Bebis
6-4 Symmetric Matrices By毛.
Chapter 3 Linear Algebra
MATH 374 Lecture 23 Complex Eigenvalues.
Symmetric Matrices and Quadratic Forms
Maths for Signals and Systems Linear Algebra in Engineering Lectures 13 – 14, Tuesday 8th November 2016 DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR)
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.
EIGENVECTORS AND EIGENVALUES
Linear Algebra Lecture 29.
Eigenvalues and Eigenvectors
Subject :- Applied Mathematics
Chapter 2 Determinants.
Symmetric Matrices and Quadratic Forms
Presentation transcript:

Linear Algebra: Matrix Eigenvalue Problems – Part 2 By Dr. Samer Awad Assistant professor of biomedical engineering The Hashemite University, Zarqa, Jordan samer.awad@gmail.com Last update: 25 July 2019

8.3 Symmetric, Skew-symmetric, and Orthogonal Matrices 2 samer.awad@hu.edu.jo 25 July 2019 8.3 Symmetric, Skew-symmetric, and Orthogonal Matrices • Symmetric matrix: 𝑨𝑇=𝑨 • Skew-symmetric matrix: 𝑨𝑇=−𝑨 • Orthogonal matrix: 𝑨𝑇= 𝑨 −1 • Examples: Symmetric Skew-symmetric Orthogonal

8.3 Symmetric, Skew-symmetric, and Orthogonal Matrices samer.awad@hu.edu.jo 25 July 2019 8.3 Symmetric, Skew-symmetric, and Orthogonal Matrices • Any real square matrix A may be written as the sum of a symmetric matrix R and a skew-symmetric matrix S, where: 𝑹= 1 2 𝑨+ 𝑨 𝑇 𝑎𝑛𝑑 𝑺= 1 2 (𝑨− 𝑨 𝑇 )

Example 6: Finding R and S of a Square Matrices 4 samer.awad@hu.edu.jo 25 July 2019 Example 6: Finding R and S of a Square Matrices 𝑹= 1 2 𝑨+ 𝑨 𝑇 𝑎𝑛𝑑 𝑺= 1 2 (𝑨− 𝑨 𝑇 ) • Remember: Symmetric (R): 𝑨𝑇=𝑨, Skew-symmetric (S): 𝑨𝑇=−𝑨

Symmetric & Skew-symmetric Matrices 5 samer.awad@hu.edu.jo 25 July 2019 Symmetric & Skew-symmetric Matrices • Theorem 1: Eigenvalues of Symmetric and Skew- Symmetric Matrices: (a) The eigenvalues of a symmetric matrix are real. (b) The eigenvalues of a skew-symmetric matrix are pure imaginary or zero. Example 7. • Remember: Symmetric: 𝑨𝑇=𝑨, Skew-symmetric: 𝑨𝑇=−𝑨

6 samer.awad@hu.edu.jo 25 July 2019 Orthogonal Matrices • Theorem 3: Orthogonal matrices: Orthonormality of Column and Row Vectors: A real square matrix is orthogonal iff its column vectors (and also its row vectors) form an orthonormal system: Proof: 𝑨 −1 𝑨=𝑰 → 𝑨𝑇𝑨=𝑰 • Remember: Orthogonal matrix: 𝑨𝑇= 𝑨 −1

7 samer.awad@hu.edu.jo 25 July 2019 Orthogonal Matrices • Theorem 4: Determinant of an Orthogonal Matrix: The determinant of an orthogonal matrix has the value +1 or ‒1. • Theorem 5: Eigenvalues of an Orthogonal Matrix: The eigenvalues of an orthogonal matrix A are real or complex conjugates in pairs and have absolute value 1. Example 8. • Remember: Orthogonal matrix: 𝑨𝑇= 𝑨 −1

8.4 Diagonalization of Matrices: samer.awad@hu.edu.jo 25 July 2019 8.4 Diagonalization of Matrices: Similar Matrices • Definition: Similar Matrices: An n x n 𝑨 matrix is called similar to an n x n matrix 𝑨 if 𝑨 = 𝑷 −𝟏 𝑨𝑷 where P is a non-singular n x n matrix. • Theorem 3: Eigenvalues and Eigenvectors of Similar Matrices: If 𝑨 is similar to 𝑨, then 𝑨 has the same eigenvalues as 𝑨. Furthermore, if x is an eigenvector of 𝑨, then 𝒚= 𝑷 −𝟏 𝒙 is an eigenvector of 𝑨 corresponding to the same eigenvalue.

Example 9: Similar Matrices samer.awad@hu.edu.jo 25 July 2019 Example 9: Similar Matrices • Let A and P be the following: • 𝑨 = 𝑷 −𝟏 𝑨𝑷 • P has det = 1 and P-1 was obtained by:

Example 9: Similar Matrices 10 samer.awad@hu.edu.jo 25 July 2019 Example 9: Similar Matrices • Eigenvalues of 𝑨: 𝑑𝑒𝑡 𝑨−λ𝑰 = 6−𝜆 −3 4 −1−λ =0  λ2 ‒ 5 λ + 6 = 0 (λ ‒ 3)(λ ‒ 2) = 0 λ = 3 λ = 2

Example 9: Similar Matrices 11 samer.awad@hu.edu.jo 25 July 2019 Example 9: Similar Matrices • Eigenvalues of 𝑨 : 𝑑𝑒𝑡 𝑨 −λ𝑰 = 3−𝜆 0 0 2−λ =0 (λ ‒ 3)(λ ‒ 2) = 0 λ = 3 λ = 2

Example 9: Similar Matrices 12 samer.awad@hu.edu.jo 25 July 2019 Example 9: Similar Matrices • Eigenvectors of 𝑨: • For λ = 3 →𝐀−λ𝐈= 3 −3 4 −4 → 𝑥2=𝑥1 • Hence for 𝜆=3, 𝐱= 𝑥 1 𝑥 1 • If we choose 𝑥1=1 we obtain the eigenvector 𝐱= 1 1

Example 9: Similar Matrices 13 samer.awad@hu.edu.jo 25 July 2019 Example 9: Similar Matrices • Eigenvectors of 𝑨: • For λ = 2 →𝐀−λ𝐈= 4 −3 4 −3 → 𝑥2= 4 3 𝑥1 • Hence for 𝜆=2, 𝐱= 𝑥 1 4/3 𝑥1 • If we choose 𝑥1=3 we obtain the eigenvector 𝐱 = 3 4

Example 9: Similar Matrices 14 samer.awad@hu.edu.jo 25 July 2019 Example 9: Similar Matrices • Eigenvectors of 𝑨 : • For λ = 2, 𝐲= 𝐏 −𝟏 𝐱= 4 −3 −1 1 1 1 = 1 0 • For λ = 3, 𝐲= 𝐏 −𝟏 𝐱= 4 −3 −1 1 3 4 = 0 1

Diagonalization of a Matrix 15 samer.awad@hu.edu.jo 25 July 2019 Diagonalization of a Matrix • Diagonalization: converting a square matrix into a diagonal matrix. • Matrix diagonalization is equivalent to transforming the underlying system of equations into a special set of coordinate axes in which the matrix takes this canonical form.

Diagonalization of a Matrix 16 samer.awad@hu.edu.jo 25 July 2019 Diagonalization of a Matrix Also 𝐀 = 𝐗𝐃 𝐗 −1 . Can you prove that?

Example 10: Diagonalization of a Matrix 17 samer.awad@hu.edu.jo 25 July 2019 Example 10: Diagonalization of a Matrix • The characteristic determinant gives the characteristic equation: • The eigenvalues (roots):

Example 10: Diagonalization of a Matrix 18 samer.awad@hu.edu.jo 25 July 2019 Example 10: Diagonalization of a Matrix • Eigenvectors of A are:

Example 11: Diagonalization of a Matrix 19 samer.awad@hu.edu.jo 25 July 2019 Example 11: Diagonalization of a Matrix • From eigenvalues example 2 the matrix A is: • The eigenvalues/eigenvectors are: λ=5 → 𝐱= [1 2 −1] 𝑇 λ=−3 →𝐱= −2 1 0 𝑇 𝑎𝑛𝑑 𝐱= 3 0 1 𝑇 Note that 𝐱’s for λ=−3 are independent  X is invertable 𝐗= 1 −2 3 2 1 0 −1 0 1  𝐗 −1 𝐀 𝐗= 5 0 0 0 −3 0 0 0 −3