skip to main |
skip to sidebar
CHAPTER 5 Eigenvectors and Eigenvalues
§ 5.1 Eigenvectors and Eigenvalues
- THEOREM 1
- The eigenvalues of a triangular matirx are the entries on its main diagonal.
- THEOREM 2
- if v1,...,vr are eigenvectors that correspoind to distinct eigenvalues λ1,...,λr of an n⨉n matrix A, then the set {v1,...,vr} is linearly independent.
§ 5.2 The Characteristic Equation
- determinant
- det A = (-1)r · (product of pivots in U)
- THEOREM
- The Invertible Matrix Theorem (continued)
Let A be an n ⨉ n matrix. Then A is invertible if and only if:
- The number - is not an engenvalue of A.
- The determinant of A is not zero.
- THEOREM 3
Properties of Determinants
Let A and B be n ⨉ n matrices.
- A is invertible if and only if det A ≠ 0.
- det AB = (det A)(det B).
- det AT = det A.
- If A is triangular, then det A is the product of the entries on the main diagonal of A.
- A row replacement opoeration on A does not change the determinant. A row interchange changes the sign of the determinant. A row sacling also scales the determinant by the same scalar factor.
- characteristic equation
- det (A - λI) = 0
- similar
- A is similar B if there is an invertible matrix P such that P-1AP = B or equivalently, A = PBP-1
- THEOREM 4
- If n ⨉ n matrices A and B are similar, then they have the same characteristic polynomial and hence the same eigenvalues (with the same multiplicities).
§ 5.3 Diagonalization
- THEOREM 5
- The Diagonalization Theorem
An n ⨉ n matirx A is diagonalizable if and only if A has n linearly independent eigenvectors.
In fact, A = PDP-1, with D a diagonal m if and only if the columns of P are n linearly independent eigenvectors of A. In this case, the diagonal entries of D are eigenvalues of A taht correspond, respectively, to the eigenvectors in P.
- THEOREM 6
- An n ⨉ n matrix with n distinct eigenvalues is diagonalizable.
- THEOREM 7
- Let A be an n ⨉ n matirx whose distinct eigenvalues are λ1,...,λp.
- For 1 ≤ k ≤ p, the dimension of the eigenspace for λk is less than or equal to the multiplicity of the eigenvalue λk.
- The matrix A is diagonalizable if and only if the sum of the dimensions of the distinct eigenspaces equals n, and this happens if and only if the dimension of the eigenspace for each λk equals the multiplicity of λk.
- If A is diagonalizable and Bk is a basis for the eigenspace corresponding to λk for each k, the the total collection of vectors in the sets B1,...,Bp forms an eigenvector basis for Rn.
No comments:
Post a Comment