| Characteristic Polynomial |
Article Index for Characteristic |
Information AboutCharacteristic Polynomial |
| CATEGORIES ABOUT CHARACTERISTIC POLYNOMIAL | |
| polynomials | |
| linear algebra | |
| tensors | |
|
MOTIVATION Given a square matrix ''A'', we want to find a polynomial whose roots are precisely the eigenvalues of ''A''. For a Diagonal Matrix ''A'', the characteristic polynomial is easy to define: if the diagonal entries are ''a'', ''b'', ''c'' the characteristic polynomial will be :(''t'' − ''a'')(''t'' − ''b'')(''t'' − ''c'')... up to a convention about sign (+ or −). This works because the diagonal entries are also the eigenvalues of this matrix. For a general matrix ''A'', one can proceed as follows. If λ is an eigenvalue of ''A'', then there is an eigenvector v≠'''0''' such that A or :(λ''I'' − ''A'')'''v''' = 0 (where ''I'' is the Identity Matrix ). Since '''v''' is non-zero, this means that the matrix λ''I'' − ''A'' is Singular , which in turn means that its Determinant is 0. We have just shown that the roots of the function Det (''t'' ''I'' − ''A'') are the eigenvalues of ''A''. Since this function is a polynomial in ''t'', we're done. FORMAL DEFINITION We start with a Field ''K'' (you can think of ''K'' as the Real or Complex numbers) and an ''n''×''n'' matrix ''A'' over ''K''. The characteristic polynomial of ''A'', denoted by ''p''''A''(''t''), is the polynomial defined by p where ''I'' denotes the ''n''-by-''n'' Identity Matrix . This is indeed a polynomial, since Determinant s are defined in terms of sums of products. (Some authors define the characteristic polynomial to be det(''A'' − ''t'' ''I''); the difference is immaterial since the two polynomials differ at most by a sign.) EXAMPLE Suppose we want to compute the characteristic polynomial of the matrix : We have to compute the determinant of : and this determinant is : The latter is the characteristic polynomial of ''A''. PROPERTIES The polynomial ''p''''A''(''t'') is monic (its leading coefficient is 1) and its degree is ''n''. The most important fact about the characteristic polynomial was already mentioned in the motivational paragraph: the eigenvalues of ''A'' are precisely the roots of ''p''''A''(''t''). The constant coefficient ''p''''A''(0) is equal to (−1)''n'' times the determinant of ''A'', and the coefficient of ''t'' ''n'' − 1 is equal to the negative of tr(''A''), the matrix Trace of ''A''. For a 2×2 matrix ''A'', the characteristic polynomial is nicely expressed then as : ''t'' 2 − tr(''A'')''t'' + det(''A''). All real polynomials of odd degree have a real number as a root, so for odd ''n'', every real matrix has at least one real eigenvalue. Many real polynomials of even degree do not have a real root, but the fundamental theorem of algebra states that every polynomial of degree n has n complex roots, counted with their multiplicities. The non-real roots of real polynomials, hence the non-real eigenvalues, come in conjugate pairs. The of ''A'' divides the characteristic polynomial of ''A''. Two Similar matrices have the same characteristic polynomial. The converse however is not true in general: two matrices with the same characteristic polynomial need not be similar. The matrix ''A'' and its Transpose have the same characteristic polynomial. ''A'' is similar to a Triangular Matrix if and only if its characteristic polynomial can be completely factored into linear factors over ''K''. In fact, ''A'' is even similar to a matrix in Jordan Normal Form in this case. CHARACTERISTIC POLYNOMIAL OF A PRODUCT OF TWO MATRICES If ''A'' and ''B'' are two square ''n×n'' matrices then characterictic polymonials of ''AB'' and ''BA'' coincide: : More generally, if ''A'' is ''m×n''-matrix and ''B'' is ''n×m'' matrices such that ''m''<''n'', then ''AB'' is ''m×m'' and ''BA'' is ''n×n'' matrix. One has : The proof of the first of these two results, in the case when one of the two matrices, say ''A'', is Non-singular , follows from the fact that ''AB'' and ''BA'' are Similar : : Different arguments are used in which both ''A'' and ''B'' are singular. SEE ALSO |
|
|