OCE301 Part II: Linear Algebra lecture 4. Eigenvalue Problem Ax = y Ax = x occur frequently in engineering analysis (eigenvalue problem) Ax =  x [ A.

Slides:



Advertisements
Similar presentations
10.4 Complex Vector Spaces.
Advertisements

ENGG2013 Unit 20 Extensions to Complex numbers Mar, 2011.
Eigen Decomposition and Singular Value Decomposition
3D Geometry for Computer Graphics
Section 5.1 Eigenvectors and Eigenvalues. Eigenvectors and Eigenvalues Useful throughout pure and applied mathematics. Used to study difference equations.
Lecture 17 Introduction to Eigenvalue Problems
Matrix Theory Background
Refresher: Vector and Matrix Algebra Mike Kirkpatrick Department of Chemical Engineering FAMU-FSU College of Engineering.
Mathematics. Matrices and Determinants-1 Session.
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.
Chapter 6 Eigenvalues.
Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues
Chapter 3 Determinants and Matrices
5 5.1 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
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.
MA2213 Lecture 8 Eigenvectors. Application of Eigenvectors Vufoil 18, lecture 7 : The Fibonacci sequence satisfies.
A matrix having a single row is called a row matrix. e.g.,
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.
Boyce/DiPrima 9th ed, Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues Elementary Differential Equations and Boundary Value Problems,
Linear Algebra: Matrix Eigenvalue 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.
Presentation on Matrices and some special matrices In partial fulfillment of the subject Vector calculus and linear algebra ( ) Submitted by: Agarwal.
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.
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.
The Mathematics for Chemists (I) (Fall Term, 2004) (Fall Term, 2005) (Fall Term, 2006) Department of Chemistry National Sun Yat-sen University 化學數學(一)
Instructor: Mircea Nicolescu Lecture 8 CS 485 / 685 Computer Vision.
STROUD Worked examples and exercises are in the text Programme 5: Matrices MATRICES PROGRAMME 5.
2.5 – Determinants and Multiplicative Inverses of Matrices.
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
Boot Camp in Linear Algebra TIM 209 Prof. Ram Akella.
Matrices, Vectors, Determinants.
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.
MA2213 Lecture 8 Eigenvectors.
CS479/679 Pattern Recognition Dr. George Bebis
Elementary Linear Algebra Anton & Rorres, 9th Edition
Extensions to Complex numbers
Matrices and vector spaces
Section 4.1 Eigenvalues and Eigenvectors
3D Stress Transformation
Systems of First Order Linear Equations
Euclidean Inner Product on Rn
Eigenvalues and Eigenvectors
DETERMINANT MATRIX YULVI ZAIKA.
CS485/685 Computer Vision Dr. George Bebis
6-4 Symmetric Matrices By毛.
Chapter 3 Linear Algebra
Eigenvalues and Eigenvectors
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
Linear Algebra Lecture 28.
Symmetric Matrices and Quadratic Forms
Presentation transcript:

OCE301 Part II: Linear Algebra lecture 4

Eigenvalue Problem Ax = y Ax = x occur frequently in engineering analysis (eigenvalue problem) Ax =  x [ A -  x = 0 K = [ A -  characteristic matrix of the matrix A a set of linear simultaneous algebraic equations homogeneous equations y = x if K  x = 0

Homogeneous Equations Kx = 0 trivial solution x = 0 (if det K is not equal to zero, from Cramer’s rule) nontrivial solution can occur if det K = 0 (i.e. if K is singular)

Cramer’s Rule: General D k is the determinant obtained from D by replacing in D the kth column by the column with the entries b 1, …, b n.

Characteristic Equation K = [ A -  [ A -  x = 0 nontrivial solution can occur if det K = 0 (i.e. if K is singular) D( ) = det K D( ) = det (A -  characteristic determinant characteristic equation of the matrix A

D( ): Polynomial in D( ) = det (A -  D( ) =  n n +  n-1 n-1 +  n-2 n-2 + … +  1 +  0 The characteristic determinant D( ) = det (A -  is clearly a polynomial in :

Characteristic Values (Eigenvalues) D( ) =  n n +  n-1 n-1 +  n-2 n-2 + … +  1 +  0 = 0 characteristic equation the roots are called characteristic values or eignevalues The set of the eigenvalues is called the spectrum of A Ax = x The largest of the absolute values of the eigenvalues of A is called the spectral radius of A

Eigen Vectors Kx = 0 Once eigenvalues ( ) are known, corresponding eigenvectors (x) are obtained from the above system.

Features of Eigenvectors Ax = x A (kx) = (kx) implies If x is an eigenvector of a matrix A corresponding to an eigenvalue , so is kx with any k not equal to zero. All eigenvectors that derived from unequal eigenvalues are linearly independent.

Example: Eigen values  1 = -1, 2 = -2, 3 = -3

Example: Eigen vectors  using 1 = -1 [ A – 1  x 1 = 0

Example: Eigen vectors (contd.) x 1 = - x 2 and x 3 = - x 2  2 = -2  3 = -3  1 = -1 (may apply row operations to obtain a row-equivalent system)

Matlab function: eig eig Eigenvalues and Eigenvectors. E = eig(X) is a vector containing the eigenvalues of a square matrix X. [V,D] = eig(X) produces a diagonal matrix D of eigenvalues and a full matrix V whose columns are the corresponding eigenvectors so that X*V = V*D.

Matlab Example » a=[ 0 1 0; 0 0 1; ] a = » e=eig(a) e = » [v,d]=eig(a) v = d = » diag(d)' ans =

Matlab Example (contd.) » v v = » v(:,1)/v(2,1) ans = » v(:,2)/v(2,2) ans = » v(:,3)/v(2,3) ans =

Definitions: Symmetric etc. symmetric A T = A skew-symmetric A T = - A orthogonal A T = A -1 A = a real square matrix

Eigenvalues of Symmetric, Skew- symmetric and Orthogonal Matrices The eigenvalues of a symmetric matrix are real. The eigenvalues of a skew-symmetric matrix are pure imaginary or zero. The eigenvalues of an orthogonal matrix are real or complex conjugates in pairs and have the absolute value 1 ( | | = 1 ).

Inner (dot) Product of Vectors inner product or dot product

Orthogonal Matrix = I it means A T = A -1

Orthonormal System A real square matrix is orthogonal if and only if its column vectors a 1, …, a n form an orthonormal system, that is

Definitions: Hermitian etc. symmetric A T = A skew-symmetric A T = - A orthogonal A T = A -1 Hermitian skew-Hermitian unitary A T = A A T = - A A T = A -1 Real square matrix Complex square matrix : replacing each entry by its complex conjugate A generalized

Eigenvalues of Hermitian, Skew- Hermitian and Unitary Matrices The eigenvalues of a Hermitian matrix are real. The eigenvalues of a skew-Hermitian matrix are pure imaginary or zero. The eigenvalues of a unitary matrix have the absolute value 1 ( | | = 1 ).

Location of the Eigenvalues Hermitian Unitary Skew-Hermitian 1 Re Im

Eigenvalues of Hermitian Proof: the eigenvalues of a Hermitian matrix are real. A T = A (a real number) real a scalar alternative form