Eigenvalues and Eigenvectors

Slides:



Advertisements
Similar presentations
Applied Informatics Štefan BEREŽNÝ
Advertisements

Chapter 28 – Part II Matrix Operations. Gaussian elimination Gaussian elimination LU factorization LU factorization Gaussian elimination with partial.
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
APPENDIX A: REVIEW OF LINEAR ALGEBRA APPENDIX B: CONVEX AND CONCAVE FUNCTIONS V. Sree Krishna Chaitanya 3 rd year PhD student Advisor: Professor Biswanath.
Mathematics. Matrices and Determinants-1 Session.
Symmetric Matrices and Quadratic Forms
Symmetric Matrices and Quadratic Forms
Matrix Operations. Matrix Notation Example Equality of Matrices.
Chapter 2 Matrices Definition of a matrix.
5 5.1 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
Matrices CS485/685 Computer Vision Dr. George Bebis.
A matrix having a single row is called a row matrix. e.g.,
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.
Linear Algebra Review 1 CS479/679 Pattern Recognition Dr. George Bebis.
CHAPTER 2 MATRIX. CHAPTER OUTLINE 2.1 Introduction 2.2 Types of Matrices 2.3 Determinants 2.4 The Inverse of a Square Matrix 2.5 Types of Solutions to.
A rectangular array of numbers (we will concentrate on real numbers). A nxm matrix has ‘n’ rows and ‘m’ columns What is a matrix? First column First row.
Matrices & Determinants Chapter: 1 Matrices & Determinants.
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.
Matrices. Definitions  A matrix is an m x n array of scalars, arranged conceptually as m rows and n columns.  m is referred to as the row dimension.
5 5.2 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors THE CHARACTERISTIC EQUATION.
Chapter 5 Eigenvalues and Eigenvectors 大葉大學 資訊工程系 黃鈴玲 Linear Algebra.
Linear algebra: matrix Eigen-value Problems Eng. Hassan S. Migdadi Part 1.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 02 Chapter 2: Determinants.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
Positive Semidefinite matrix A is a p ositive semidefinite matrix (also called n onnegative definite matrix)
Chapter 2 … part1 Matrices Linear Algebra S 1. Ch2_2 2.1 Addition, Scalar Multiplication, and Multiplication of Matrices Definition A matrix is a rectangular.
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.
Chapter 2 Determinants. With each square matrix it is possible to associate a real number called the determinant of the matrix. The value of this number.
5.1 Eigenvectors and Eigenvalues 5. Eigenvalues and Eigenvectors.
Similar diagonalization of real symmetric matrix
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.
1 Chapter 8 – Symmetric Matrices and Quadratic Forms Outline 8.1 Symmetric Matrices 8.2Quardratic Forms 8.3Singular ValuesSymmetric MatricesQuardratic.
Section 2.1 Determinants by Cofactor Expansion. THE DETERMINANT Recall from algebra, that the function f (x) = x 2 is a function from the real numbers.
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
Boot Camp in Linear Algebra TIM 209 Prof. Ram Akella.
Linear Algebra Engineering Mathematics-I. Linear Systems in Two Unknowns Engineering Mathematics-I.
Lecture XXVI.  The material for this lecture is found in James R. Schott Matrix Analysis for Statistics (New York: John Wiley & Sons, Inc. 1997).  A.
test for definiteness of matrix
Introduction Types of Matrices Operations
A very brief introduction to Matrix (Section 2.7) Definitions Some properties Basic matrix operations Zero-One (Boolean) matrices.
2.1 Matrix Operations 2. Matrix Algebra. j -th column i -th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.
Mathematics-I J.Baskar Babujee Department of Mathematics
Matrices and Vector Concepts
nhaa/imk/sem /eqt101/rk12/32
CS479/679 Pattern Recognition Dr. George Bebis
3.1 Introduction to Determinants
DETERMINANTS A determinant is a number associated to a square matrix. Determinants are possible only for square matrices.
L5 matrix.
Linear Algebra Lecture 36.
Positive Semidefinite matrix
3.2 Properties of Determinants
+ Definite, + semi definite, - definite & - semi definite functions
2. Matrix Algebra 2.1 Matrix Operations.
CS485/685 Computer Vision Dr. George Bebis
6-4 Symmetric Matrices By毛.
Derivative of scalar forms
Chapter 6 Eigenvalues Basil Hamed
3.2 Properties of Determinants
Matrices Introduction.
Symmetric Matrices and Quadratic Forms
EIGENVECTORS AND EIGENVALUES
Eigenvalues and Eigenvectors
Subject :- Applied Mathematics
Linear Algebra: Matrix Eigenvalue Problems – Part 2
Matrices and Determinants
Symmetric Matrices and Quadratic Forms
Presentation transcript:

Eigenvalues and Eigenvectors

Some Notations: Scalars – greek letters or italicized letters

Eigenvalues and Eigenvectors Definition. Let A be an n x n real matrix. A scalar is called an eigenvalue (characteristic root) of A if and only if there is an The vector x is called an eigenvector (characteristic vector) of A associated with α.

Example:

Theorem. The eigenvalues of a triangular matrix are its diagonal entries

Real Symmetric Matrices Even if the eigenvalues of A are not distinct it is possible, in some cases, for A to have linearly independent eigenvectors. The case A = I is an example. The identity matrix belongs to a class of matrices that have this property. This is the class of symmetric matrices. Symmetric matrices appear in the study of quadratic forms. They also turn up in optimization theory. Definition. A square matrix A is symmetric if and only if AT = A.

Quadratic Forms A quadratic form is an expression of the form

Positive vs negative semidefinite The quadratic form is said to be positive semi-definite if and only if The quadratic form is said to be negative semi-definite if and only if The matrix A is also said to be positive semidefinite (negative semidefinite).

Theorems. A real symmetric matrix is positive (negative) semidefinite if and only if its eigenvalues are nonnegative (nonpositive). A real symmetric matrix is positive (negative) definite if and only if its eigenvalues are positive (negative). (iii) A real symmetric matrix is indefinite if and only if it has positive and negative eigenvalues. (Proofs in Danao’s book) Theorem. A positive (negative) semidefinite matrix has nonnegative (nonpositive) diagonal entries. A positive (negative) definite matrix has positive (negative) diagonal entries.

Definitions. Let A be an n x n matrix and let J be a subset of the set of indices {1,2,…,n} consisting of r elements. Principal submatrix of order r denoted by PSr(A). - matrix obtained by deleting the rows and columns of A corresponding to the indices not in J. Principal minor - the determinant of PSr(A) Leading principal submatrix denoted by LPSr(A) -- The principal submatrix of order r that is obtained by deleting the rows and columns of A corresponding to the indices greater than r. Its determinant is called a leading principal minor.

1.12.10 Theorems. (i) The transposes of the principal submatrices of A are the principal submatrices of AT. (ii) The transposes of the leading principal submatrices of A are the leading principal submatrices of AT. 1.12.11. Theorem. (i) A and AT have identical principal minors. (ii) A and AT have identical leading principal minors. Proof: Exercise.

Positive semidefinite matrices have nonnegative principal minors while Negative semidefinite matrices have principal minors that alternate in sign, with principal minors of order 1 being nonpositive, principal minors of order 2 being nonnegative, and so on.