5 5.2 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors THE CHARACTERISTIC EQUATION.

Slides:



Advertisements
Similar presentations
Ch 7.7: Fundamental Matrices
Advertisements

Elementary Linear Algebra Anton & Rorres, 9th Edition
Chapter 6 Eigenvalues and Eigenvectors
Linear Equations in Linear Algebra
Eigenvalues and Eigenvectors
Linear Equations in Linear Algebra
2 2.3 © 2012 Pearson Education, Inc. Matrix Algebra CHARACTERIZATIONS OF INVERTIBLE MATRICES.
Eigenvalues and Eigenvectors
6 6.1 © 2012 Pearson Education, Inc. Orthogonality and Least Squares INNER PRODUCT, LENGTH, AND ORTHOGONALITY.
Symmetric Matrices and Quadratic Forms
THE DIMENSION OF A VECTOR SPACE
Symmetric Matrices and Quadratic Forms
Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues
4 4.6 © 2012 Pearson Education, Inc. Vector Spaces RANK.
Linear Equations in Linear Algebra
1 © 2012 Pearson Education, Inc. Matrix Algebra THE INVERSE OF A MATRIX.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
5 5.1 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
Linear Algebra With Applications by Otto Bretscher. Page The Determinant of any diagonal nxn matrix is the product of its diagonal entries. True.
1 1.1 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra SYSTEMS OF LINEAR EQUATIONS.
Boyce/DiPrima 9th ed, Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues Elementary Differential Equations and Boundary Value Problems,
Linear Equations in Linear Algebra
Copyright © 2011 Pearson, Inc. 7.3 Multivariate Linear Systems and Row Operations.
Matrix Algebra. Quick Review Quick Review Solutions.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide 7- 1.
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.
4 4.2 © 2012 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
Eigenvalues and Eigenvectors
Linear Equations in Linear Algebra
1 1.7 © 2016 Pearson Education, Inc. Linear Equations in Linear Algebra LINEAR INDEPENDENCE.
1 MAC 2103 Module 3 Determinants. 2 Rev.F09 Learning Objectives Upon completing this module, you should be able to: 1. Determine the minor, cofactor,
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.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 02 Chapter 2: Determinants.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors.
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.
CHARACTERIZATIONS OF INVERTIBLE MATRICES
Matrices and Matrix Operations. Matrices An m×n matrix A is a rectangular array of mn real numbers arranged in m horizontal rows and n vertical columns.
5 5.1 © 2016 Pearson Education, Ltd. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
4 4.5 © 2016 Pearson Education, Inc. Vector Spaces THE DIMENSION OF A VECTOR SPACE.
2 2.2 © 2016 Pearson Education, Ltd. Matrix Algebra THE INVERSE OF A MATRIX.
Linear Algebra Engineering Mathematics-I. Linear Systems in Two Unknowns Engineering Mathematics-I.
Slide INTRODUCTION TO DETERMINANTS Determinants 3.1.
Linear Equations in Linear Algebra
Elementary Linear Algebra Anton & Rorres, 9th Edition
CHARACTERIZATIONS OF INVERTIBLE MATRICES
Linear Algebra Lecture 36.
DETERMINANT MATRIX YULVI ZAIKA.
Linear Equations in Linear Algebra
Elementary Matrix Methid For find Inverse
Determinant of a Matrix
Linear Equations in Linear Algebra
Linear Algebra Lecture 18.
Symmetric Matrices and Quadratic Forms
EIGENVECTORS AND EIGENVALUES
Elementary Linear Algebra Anton & Rorres, 9th Edition
Linear Algebra Lecture 29.
DETERMINANT MATH 80 - Linear Algebra.
Linear Algebra Lecture 35.
Eigenvalues and Eigenvectors
Linear Equations in Linear Algebra
Linear Algebra: Matrix Eigenvalue Problems – Part 2
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Chapter 2 Determinants.
CHARACTERIZATIONS OF INVERTIBLE MATRICES
Eigenvalues and Eigenvectors
Symmetric Matrices and Quadratic Forms
Presentation transcript:

5 5.2 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors THE CHARACTERISTIC EQUATION

Slide © 2012 Pearson Education, Inc. DETERMINANATS  Let A be an matrix, let U be any echelon form obtained from A by row replacements and row interchanges (without scaling), and let r be the number of such row interchanges.  Then the determinant of A, written as det A, is times the product of the diagonal entries u 11, …, u nn in U.  If A is invertible, then u 11, …, u nn are all pivots (because and the u ii have not been scaled to 1’s).

Slide © 2012 Pearson Education, Inc. DETERMINANATS  Otherwise, at least u nn is zero, and the product u 11 … u nn is zero.  Thus, when A is invertible when A is not invertible

Slide © 2012 Pearson Education, Inc. DETERMINANATS  Example 1: Compute det A for.  Solution: The following row reduction uses one row interchange:

Slide © 2012 Pearson Education, Inc. DETERMINANATS  So det A equals.  The following alternative row reduction avoids the row interchange and produces a different echelon form.  The last step adds times row 2 to row 3:  This time det A is, the same as before.

Slide © 2012 Pearson Education, Inc. THE INVERTIBLE MATRIX THEOREM (CONTINUED)  Theorem: Let A be an matrix. Then A is invertible if and only if: s.The number 0 is not an eigenvalue of A. t.The determinant of A is not zero.  Theorem 3: Properties of Determinants  Let A and B be matrices. a. A is invertible if and only if det. b.. c..

Slide © 2012 Pearson Education, Inc. PROPERTIES OF DETERMINANTS d.If A is triangular, then det A is the product of the entries on the main diagonal of A. e.A row replacement operation on A does not change the determinant. A row interchange changes the sign of the determinant. A row scaling also scales the determinant by the same scalar factor.

Slide © 2012 Pearson Education, Inc. THE CHARACTERISTIC EQUATION  Theorem 3(a) shows how to determine when a matrix of the form is not invertible.  The scalar equation is called the characteristic equation of A.  A scalar λ is an eigenvalue of an matrix A if and only if λ satisfies the characteristic equation

Slide © 2012 Pearson Education, Inc. THE CHARACTERISTIC EQUATION  Example 2: Find the characteristic equation of  Solution: Form, and use Theorem 3(d):

Slide © 2012 Pearson Education, Inc. THE CHARACTERISTIC EQUATION  The characteristic equation is or

Slide © 2012 Pearson Education, Inc. THE CHARACTERISTIC EQUATION  Expanding the product, we can also write  If A is an matrix, then is a polynomial of degree n called the characteristic polynomial of A.  The eigenvalue 5 in Example 2 is said to have multiplicity 2 because occurs two times as a factor of the characteristic polynomial.  In general, the (algebraic) multiplicity of an eigenvalue λ is its multiplicity as a root of the characteristic equation.

Slide © 2012 Pearson Education, Inc. SIMILARITY  If A and B are matrices, then A is similar to B if there is an invertible matrix P such that, or, equivalently,.  Writing Q for, we have.  So B is also similar to A, and we say simply that A and B are similar.  Changing A into is called a similarity transformation.

Slide © 2012 Pearson Education, Inc. SIMILARITY  Theorem 4: If matrices A and B are similar, then they have the same characteristic polynomial and hence the same eigenvalues (with the same multiplicities).  Proof: If then,  Using the multiplicative property (b) in Theorem (3), we compute ----(1)

Slide © 2012 Pearson Education, Inc. SIMILARITY  Since, we see from equation (1) that.  Warnings: 1.The matrices and are not similar even though they have the same eigenvalues.

Slide © 2012 Pearson Education, Inc. SIMILARITY 2.Similarity is not the same as row equivalence. (If A is row equivalent to B, then for some invertible matrix E ). Row operations on a matrix usually change its eigenvalues.