![]() |
|
|
| |
|
||||
In linear algebra, the companion matrix of the monic polynomial
p(t)=c_0 + c_1 t + \dots + c_{n-1}t^{n-1} + t^n <math> is the square matrix defined as
0 & 0 & \dots & 0 & -c_0 \\ 1 & 0 & \dots & 0 & -c_1 \\ 0 & 1 & \dots & 0 & -c_2 \\ \vdots & \vdots & \vdots & \vdots & \vdots \\ 0 & 0 & \dots & 1 & -c_{n-1} \\ \end{bmatrix}<math> (While some authors use the transpose of this matrix, Wikipedia uses the above convention.) The characteristic polynomial as well as the minimal polynomial of C(p) are equal to p; in this sense, the matrix C(p) is the "companion" of the polynomial p. If the polynomial p(t) has n different zeros λ1,...,λn (the eigenvalues of C(p)), then C(p) is diagonalizable as follows:
where V is the Vandermonde matrix corresponding to the λ's. If A is an n-by-n matrix with entries from some field K, then the following statements are equivalent:
Not every square matrix is similar to a companion matrix. But every matrix is similar to a matrix made up of blocks of companion matrices. Furthermore, these companion matrices can be chose so that their polynomials divide each other; then they are uniquely determined by A. This is the rational canonical form of A.
|
|
|
|
|
|
|
|
Copyright 2008 WordIQ.com - Privacy Policy
::
Terms of Use
:: Contact Us
:: About Us This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Companion matrix". |