Section 24.4 Concepts
In this section.
Subsection 24.4.1 Determining eigenvalues
To determine eigenvectors and their corresponding eigenvalues for a specific matrix A, we need to solve the matrix equation Ax=Ξ»x for both the unknown eigenvector x and the unknown eigenvalue Ξ». This is not like any matrix equation we've tried to solve before β the right-hand side involves unknown times unknown, making the equation nonlinear. However, as in Discovery 24.2, we can use some matrix algebra to turn this equation into something more familiar:Procedure 24.4.1. To determine all eigenvalues of a square matrix A.
Determine the roots of the characteristic equation det(Ξ»IβA)=0.
Remark 24.4.2.
Because calculating det(Ξ»IβA) only involves multiplication, addition, and subtraction, its result is always a polynomial in the variable Ξ». In fact, this polynomial will always be a monic polynomial of degree n (where A is nΓn).
This is the reason we moved Ax to the right-hand side to obtain (Ξ»IβA)x=0 in our algebraic manipulations above, instead of moving Ξ»x to the left-hand side to obtain (AβΞ»I)x=0 β if we had chosen this second option, the characteristic polynomial would have a leading coefficient of Β±1 depending on whether n was even or odd.
Subsection 24.4.2 Eigenvalues for special forms of matrices
In Discovery 24.4, we considered the eigenvalue procedure for diagonal and triangular matrices. Suppose A is such a matrix, with values d1,d2,β¦,dn down its main diagonal. Then Ξ»IβA is of the same special form as A (diagonal or triangular), with entries Ξ»βd1,Ξ»βd2,β¦,Ξ»βdn down its main diagonal. Since we know that the determinant of a diagonal or triangular matrix is equal to the product of its diagonal entries (Statement 1 of Proposition 8.5.2), the characteristic polynomial for A will beSubsection 24.4.3 Determining eigenvectors
Once we know all possible eigenvalues of a square matrix A, we can substitute those values into the matrix equation Ax=Ξ»x one at a time. With a value for Ξ» substituted in, this matrix equation is no longer nonlinear and can be solved for all corresponding eigenvectors x. But the homogeneous version (Ξ»IβA)x=0 is more convenient to work with, since to solve this system we just need to row reduce the coefficient matrix Ξ»IβA.Procedure 24.4.3. To determine all eigenvectors of a square matrix A that correspond to a specific eigenvalue Ξ».
Compute the matrix C=Ξ»IβA. Then the eigenvectors corresponding to Ξ» are precisely the nontrivial solutions of the homogeneous system Cx=0, which can be solved by row reducing as usual.
Subsection 24.4.4 Eigenspaces
Determining eigenvectors is the same as solving the homogeneous system (Ξ»IβA)x=0, so the eigenvectors of A corresponding to a specific eigenvalue Ξ» are precisely the nonzero vectors in the null space of Ξ»IβA. In particular, since a null space is a subspace of Rn, we see that the collection of all eigenvectors of A that correspond to a specific eigenvalue Ξ» creates a subspace of Rn, once we also include the zero vector in the collection. This subspace is called the eigenspace of A for eigenvalue Ξ», and we write EΞ»(A) for it.Remark 24.4.4.
Since determining eigenvectors is the same as determining a null space, the typical result of carrying out Procedure 24.4.3 for a particular eigenvalue of a matrix will be to obtain a basis for the corresponding eigenspace, by row reducing, assigning parameters, and then extracting basis vectors from the general parametric solution as usual.