Linear algebra: matrix Eigen-value Problems

Slides:



Advertisements
Similar presentations
10.4 Complex Vector Spaces.
Advertisements

3D Geometry for Computer Graphics
Chapter 6 Eigenvalues and Eigenvectors
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
Computer Graphics Recitation 5.
Some useful linear algebra. Linearly independent vectors span(V): span of vector space V is all linear combinations of vectors v i, i.e.
Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues
Chapter 3 Determinants and Matrices
Chapter 2 Matrices Definition of a matrix.
Digital Control Systems Vector-Matrix Analysis. Definitions.
Digital Control Systems
Boot Camp in Linear Algebra Joel Barajas Karla L Caballero University of California Silicon Valley Center October 8th, 2008.
化工應用數學 授課教師: 郭修伯 Lecture 9 Matrices
Matrices CS485/685 Computer Vision Dr. George Bebis.
Linear Algebra Review By Tim K. Marks UCSD Borrows heavily from: Jana Kosecka Virginia de Sa (UCSD) Cogsci 108F Linear.
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.
Introduction The central problems of Linear Algebra are to study the properties of matrices and to investigate the solutions of systems of linear equations.
A vector can be interpreted as a file of data A matrix is a collection of vectors and can be interpreted as a data base The red matrix contain three column.
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.
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.
Modern Navigation Thomas Herring
Day 1 Eigenvalues and Eigenvectors
Day 1 Eigenvalues and Eigenvectors
Digital Image Processing, 3rd ed. © 1992–2008 R. C. Gonzalez & R. E. Woods Gonzalez & Woods Matrices and Vectors Objective.
Network Systems Lab. Korea Advanced Institute of Science and Technology No.1 Appendix A. Mathematical Background EE692 Parallel and Distribution Computation.
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.
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.
Chapter 5 MATRIX ALGEBRA: DETEMINANT, REVERSE, EIGENVALUES.
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.
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.
Boot Camp in Linear Algebra TIM 209 Prof. Ram Akella.
1 Objective To provide background material in support of topics in Digital Image Processing that are based on matrices and/or vectors. Review Matrices.
Reduced echelon form Matrix equations Null space Range Determinant Invertibility Similar matrices Eigenvalues Eigenvectors Diagonabilty Power.
ALGEBRAIC EIGEN VALUE PROBLEMS
Tutorial 6. Eigenvalues & Eigenvectors Reminder: Eigenvectors A vector x invariant up to a scaling by λ to a multiplication by matrix A is called.
EE611 Deterministic Systems Vector Spaces and Basis Changes Kevin D. Donohue Electrical and Computer Engineering University of Kentucky.
Chapter 6 Eigenvalues and Eigenvectors
Introduction The central problems of Linear Algebra are to study the properties of matrices and to investigate the solutions of systems of linear equations.
Introduction The central problems of Linear Algebra are to study the properties of matrices and to investigate the solutions of systems of linear equations.
Review of Linear Algebra
ISHIK UNIVERSITY FACULTY OF EDUCATION Mathematics Education Department
CS479/679 Pattern Recognition Dr. George Bebis
Elementary Linear Algebra Anton & Rorres, 9th Edition
Matrices and vector spaces
Euclidean Inner Product on Rn
Some useful linear algebra
CS485/685 Computer Vision Dr. George Bebis
Numerical Analysis Lecture 16.
6-4 Symmetric Matrices By毛.
Symmetric Matrices and Quadratic Forms
Linear Algebra Lecture 32.
Elementary Linear Algebra Anton & Rorres, 9th Edition
Eigenvalues and Eigenvectors
Subject :- Applied Mathematics
Linear Algebra: Matrix Eigenvalue Problems – Part 2
Symmetric Matrices and Quadratic Forms
Presentation transcript:

Linear algebra: matrix Eigen-value Problems Part 3 Eng. Hassan S. Migdadi

Eigenvalues and eigenvectors Vector spaces Linear transformations Eigenvalue Problems Eigenvalues and eigenvectors Vector spaces Linear transformations Matrix diagonalization

The Eigenvalue Problem Consider a nxn matrix A Vector equation: Ax = lx Seek solutions for x and l l satisfying the equation are the eigenvalues Eigenvalues can be real and/or imaginary; distinct and/or repeated x satisfying the equation are the eigenvectors Nomenclature The set of all eigenvalues is called the spectrum Absolute value of an eigenvalue: The largest of the absolute values of the eigenvalues is called the spectral radius

Determining Eigenvalues Vector equation Ax = lx  (A-lI)x = 0 A-lI is called the characteristic matrix Non-trivial solutions exist if and only if: This is called the characteristic equation Characteristic polynomial nth-order polynomial in l Roots are the eigenvalues {l1, l2, …, ln}

Eigenvalue Example Characteristic matrix Characteristic equation Eigenvalues: l1 = -5, l2 = 2

Eigenvalue Properties Eigenvalues of A and AT are equal Singular matrix has at least one zero eigenvalue Eigenvalues of A-1: 1/l1, 1/l2, …, 1/ln Eigenvalues of diagonal and triangular matrices are equal to the diagonal elements Trace Determinant

Determining Eigenvectors First determine eigenvalues: {l1, l2, …, ln} Then determine eigenvector corresponding to each eigenvalue: Eigenvectors determined up to scalar multiple Distinct eigenvalues Produce linearly independent eigenvectors Repeated eigenvalues Produce linearly dependent eigenvectors Procedure to determine eigenvectors more complex (see text) Will demonstrate in Matlab

Eigenvector Example Eigenvalues Determine eigenvectors: Ax = lx Eigenvector for l1 = -5 Eigenvector for l1 = 2

Matlab Examples >> A=[ 1 2; 3 -4]; >> e=eig(A) e = 2 -5 >> [X,e] = eig(A) X = 0.8944 -0.3162 0.4472 0.9487 2 0 0 -5 >> A=[2 5; 0 2]; >> e=eig(A) e = 2 >> [X,e]=eig(A) X = 1.0000 -1.0000 0 0.0000 2 0 0 2

Vector Spaces Real vector space V Properties of a real vector space Set of all n-dimensional vectors with real elements Often denoted Rn Element of real vector space denoted Properties of a real vector space Vector addition Scalar multiplication

Vector Spaces cont. Linearly independent vectors Basis Elements: Linear combination: Equation satisfied only for cj = 0 Basis n-dimensional vector space V contains exactly n linearly independent vectors Any n linearly independent vectors form a basis for V Any element of V can be expressed as a linear combination of the basis vectors Example: unit basis vectors in R3

Inner Product Spaces Inner product Properties of an inner product space Two vectors with zero inner product are called orthogonal Relationship to vector norm Euclidean norm General norm Unit vector: ||a|| = 1

Linear Transformation Properties of a linear operator F Linear operator example: multiplication by a matrix Nonlinear operator example: Euclidean norm Linear transformation Invertible transformation Often called a coordinate transformation

Orthogonal Transformations Orthogonal matrix A square matrix satisfying: AT = A-1 Determinant has value +1 or -1 Eigenvalues are real or complex conjugate pairs with absolute value of unity A square matrix is orthonormal if: Orthogonal transformation y = Ax where A is an orthogonal matrix Preserves the inner product between any two vectors The norm is also invariant to orthogonal transformation

Similarity Transformations Eigenbasis If a nxn matrix has n distinct eigenvalues, the eigenvectors form a basis for Rn The eigenvectors of a symmetric matrix form an orthonormal basis for Rn If a nxn matrix has repeated eigenvalues, the eigenvectors may not form a basis for Rn (see text) Similar matrices Two nxn matrices are similar if there exists a nonsingular nxn matrix P such that: Similar matrices have the same eigenvalues If x is an eigenvector of A, then y = P-1x is an eigenvector of the similar matrix

Matrix Diagonalization Assume the nxn matrix A has an eigenbasis Form the nxn modal matrix X with the eigenvectors of A as column vectors: X = [x1, x2, …, xn] Then the similar matrix D = X-1AX is diagonal with the eigenvalues of A as the diagonal elements Companion relation: XDX-1 = A

Matrix Diagonalization Example

Matlab Example >> A=[-1 2 3; 4 -5 6; 7 8 -9]; >> [X,e]=eig(A) X = -0.5250 -0.6019 -0.1182 -0.5918 0.7045 -0.4929 -0.6116 0.3760 0.8620 e = 4.7494 0 0 0 -5.2152 0 0 0 -14.5343 >> D=inv(X)*A*X D = 4.7494 -0.0000 -0.0000 -0.0000 -5.2152 -0.0000 0.0000 -0.0000 -14.5343