Ch05. Eigenvectors and Eigenvalues
5.2 The Characteristic Equation
Useful information about the eigenvalues of a square matrix is encoded in a special scalar equation called the characteristic equation of .
Determinants
- Let be an matrix, let be any echelon form obtained from by row replacements and row interchanges (without scaling), and let be the number of such row interchanges.
- Then the determinant of , written as , is times the products of diagonal entries in .
- If is invertible, then are all pivots (because and the have not been scaled to 1’s).
- Otherwise, at least is zero, and the product is zero.
- Thus
Example 2
Compute for .
Solution:
The following row reduction uses one row interchange:
- So 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 equals , the same as before.
Theorem: The Invertible Matrix Theorem. (continued)
Let be an matrix. Then is invertible if and only if:
19.The number 0 is not an eigenvalue of .
20.The determinant of is not zero.
Theorem 3: Properties of Determinants
Let and be an matrices.
- is invertible if and only if .
- .
- .
- If is triangular, then is the product of the entries on the main diagonal of .
- Row operations and Determinants
- A row replacement operation on 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.
The Characteristic Equation
- Theorem 3(1) shows how to determine when a matrix of the form is not invetible.
로 invertible여부 판별.
- The scalar equation is called the characteristic equation of .
- A scalar is an eigenvalue of an matrix if and only if satisfies the characteristic equation
Example 3
Find the characteristic equation of .
Solution :
Form , and use Theorem 3(4):
- The characteristic equation is or
- Expanding the product, we can also write
- If is an matrix, then is a polynomial of degree called the characteristic polynomial of .
- The eigenvalue 5 in Example 3 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.
Similarity
- If and are matrices, then is similar to if there is an invertible matrix such that , or, equivalently, .
- Writing for , we have .
- So is also similar to , and we say simply that and are similar.
- Changing into is called a similarity transformation.
Theorem 4:
If matrices and 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 (2) in Theorem (3), we compute
- Since , we see from equation (2) that .
Warnings
- The matrices are not similar even though they have the same eigenvalues.
- Similarity is not the same as row equivalence (If is row equivalent to , then for some invertible matrix ). Row operations on a matrix usually change its eigenvalues.