Characteristic Polynomial
The characteristic polynomial of a matrix is a polynomial associated to a matrix that gives information about the matrix. It is closely related to the determinant of a matrix, and its roots are the eigenvalues of the matrix. It can be used to find these eigenvalues, prove matrix similarity, or characterize a linear transformation from a vector space to itself.
Contents
Definition
The characteristic polynomial of an matrix is given by where is the identity matrix of rank .
Calculation of Eigenvalues
Main Page: Eigenvalues and Eigenvectors
Eigenvalues are the values satisfying, for some nonzero vector , .
Let be an -by- matrix, so that it corresponds to a transformation . If is an eigenvalue for , then there is a vector such that . Rearranging this equation shows that , where denotes the -by- identity matrix. This implies the null space of the matrix is nonzero, so has determinant zero.
Note that for every matrix has 0 as an eigenvalue, with eigenvector . Generally, one is only concerned with the nonzero eigenvectors associated to an eigenvalue, so convention dictates is considered an eigenvalue of only when the null space of is nonzero (equivalently, when divides ).
Accordingly, any eigenvalue of must be a root of the polynomial . This is called the characteristic polynomial of . Observe that this implies has only finitely many eigenvalues (in fact, at most eigenvalues).
In computations, the characteristic polynomial is extremely useful. To determine the eigenvalues of a matrix , one solves for the roots of , then checks if each root is an eigenvalue.
Similar Matrices
Two matrices and are similar if there exists a matrix such that . It follows that So and have identical characteristic polynomials.
Connections to Other Parts of Math
Combinatorics is, in some sense, the study of the invariants of finite objects. The characteristic polynomial provides a good example of an invariant for certain types of objects, and topics like graphs, posets, and matroids all have associated matrices, the characteristic polynomial of which is of combinatorial importance.