HOME

TheInfoList



OR:

In
linear algebra Linear algebra is the branch of mathematics concerning linear equations such as: :a_1x_1+\cdots +a_nx_n=b, linear maps such as: :(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n, and their representations in vector spaces and through matrices. ...
, the Frobenius companion matrix of the
monic polynomial In algebra, a monic polynomial is a single-variable polynomial (that is, a univariate polynomial) in which the leading coefficient (the nonzero coefficient of highest degree) is equal to 1. Therefore, a monic polynomial has the form: :x^n+c_x^+\cd ...
: p(t)=c_0 + c_1 t + \cdots + c_t^ + t^n ~, is the
square matrix In mathematics, a square matrix is a matrix with the same number of rows and columns. An ''n''-by-''n'' matrix is known as a square matrix of order Any two square matrices of the same order can be added and multiplied. Square matrices are often ...
defined as :C(p)=\begin 0 & 0 & \dots & 0 & -c_0 \\ 1 & 0 & \dots & 0 & -c_1 \\ 0 & 1 & \dots & 0 & -c_2 \\ \vdots & \vdots & \ddots & \vdots & \vdots \\ 0 & 0 & \dots & 1 & -c_ \end. Some authors use the
transpose In linear algebra, the transpose of a matrix is an operator which flips a matrix over its diagonal; that is, it switches the row and column indices of the matrix by producing another matrix, often denoted by (among other notations). The tr ...
of this matrix, which (dually) cycles coordinates, and is more convenient for some purposes, like linear
recurrence relation In mathematics, a recurrence relation is an equation according to which the nth term of a sequence of numbers is equal to some combination of the previous terms. Often, only k previous terms of the sequence appear in the equation, for a parameter ...
s.


Characterization

The
characteristic polynomial In linear algebra, the characteristic polynomial of a square matrix is a polynomial which is invariant under matrix similarity and has the eigenvalues as roots. It has the determinant and the trace of the matrix among its coefficients. The chara ...
as well as the minimal polynomial of are equal to . In this sense, the matrix is the "companion" of the polynomial . If is an ''n''-by-''n'' matrix with entries from some
field Field may refer to: Expanses of open ground * Field (agriculture), an area of land used for agricultural purposes * Airfield, an aerodrome that lacks the infrastructure of an airport * Battlefield * Lawn, an area of mowed grass * Meadow, a grass ...
, then the following statements are equivalent: * is similar to the companion matrix over of its characteristic polynomial * the characteristic polynomial of coincides with the minimal polynomial of , equivalently the minimal polynomial has degree * there exists a
cyclic vector An operator ''A'' on an (infinite dimensional) Banach space or Hilbert space H has a cyclic vector ''f'' if the vectors ''f'', ''Af'', ''A2f'',... span H. Equivalently, ''f'' is a cyclic vector for ''A'' in case the set of all vectors of the for ...
in V=K^n for , meaning that is a
basis Basis may refer to: Finance and accounting * Adjusted basis, the net cost of an asset after adjusting for various tax-related items *Basis point, 0.01%, often used in the context of interest rates * Basis trading, a trading strategy consisting ...
of ''V''. Equivalently, such that ''V'' is
cyclic Cycle, cycles, or cyclic may refer to: Anthropology and social sciences * Cyclic history, a theory of history * Cyclical theory, a theory of American political history associated with Arthur Schlesinger, Sr. * Social cycle, various cycles in s ...
as a K /math>-module (and V \cong K (p(x))); one says that is ''non-derogatory''. Not every square matrix is similar to a companion matrix. But every square matrix is similar to a matrix made up of blocks of companion matrices. If we also demand that these polynomials divide each other, they are uniquely determined by . For details, see
rational canonical form In linear algebra, the Frobenius normal form or rational canonical form of a square matrix ''A'' with entries in a field ''F'' is a canonical form for matrices obtained by conjugation by invertible matrices over ''F''. The form reflects a minimal ...
.


Diagonalizability

If has distinct roots (the
eigenvalue In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted b ...
s of ''C''(''p'')), then ''C''(''p'') is
diagonalizable In linear algebra, a square matrix A is called diagonalizable or non-defective if it is similar to a diagonal matrix, i.e., if there exists an invertible matrix P and a diagonal matrix D such that or equivalently (Such D are not unique.) F ...
as follows: :V C(p) V^ = \operatorname(\lambda_1,\dots,\lambda_n) where is the
Vandermonde matrix In linear algebra, a Vandermonde matrix, named after Alexandre-Théophile Vandermonde, is a matrix with the terms of a geometric progression in each row: an matrix :V=\begin 1 & x_1 & x_1^2 & \dots & x_1^\\ 1 & x_2 & x_2^2 & \dots & x_2^\\ 1 & x_3 ...
corresponding to the 's. In that case, Bellman, Richard (1987), ''Introduction to Matrix Analysis'', SIAM, . traces of powers ''m'' of readily yield sums of the same powers ''m'' of all roots of ''p''(''t''), :\operatorname C^m = \sum_^n \lambda_i^m ~. If has a non-simple root, then ''C''(''p'') isn't diagonalizable (its
Jordan canonical form In linear algebra, a Jordan normal form, also known as a Jordan canonical form (JCF), is an upper triangular matrix of a particular form called a Jordan matrix representing a linear operator on a finite-dimensional vector space with respect to so ...
contains one block for each distinct root).


Linear recursive sequences

Given a
linear recursive sequence In mathematics and theoretical computer science, a constant-recursive sequence is an infinite sequence of numbers where each number in the sequence is equal to a fixed linear combination of one or more of its immediate predecessors. A constant ...
with characteristic polynomial :p(t)=c_0 + c_1 t + \cdots + c_t^ + t^n \, the (transpose) companion matrix :C^T(p)=\begin 0 & 1 & 0 & \cdots & 0\\ 0 & 0 & 1 & \cdots & 0\\ \vdots & \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & 0 & \cdots & 1\\ -c_0 & -c_1 & -c_2 & \cdots & -c_ \end generates the sequence, in the sense that :C^T\begina_k\\ a_\\ \vdots \\ a_ \end = \begina_\\ a_\\ \vdots \\ a_ \end. increments the series by 1. The vector is an eigenvector of this matrix for eigenvalue , when is a root of the characteristic polynomial . For , and all other , i.e., , this matrix reduces to Sylvester's cyclic
shift matrix In mathematics, a shift matrix is a binary matrix with ones only on the superdiagonal or subdiagonal, and zeroes elsewhere. A shift matrix ''U'' with ones on the superdiagonal is an upper shift matrix. The alternative subdiagonal matrix ''L'' is ...
, or
circulant matrix In linear algebra, a circulant matrix is a square matrix in which all row vectors are composed of the same elements and each row vector is rotated one element to the right relative to the preceding row vector. It is a particular kind of Toeplit ...
.


See also

*
Frobenius endomorphism In commutative algebra and field theory, the Frobenius endomorphism (after Ferdinand Georg Frobenius) is a special endomorphism of commutative rings with prime characteristic , an important class which includes finite fields. The endomorphis ...
*
Cayley–Hamilton theorem In linear algebra, the Cayley–Hamilton theorem (named after the mathematicians Arthur Cayley and William Rowan Hamilton) states that every square matrix over a commutative ring (such as the real or complex numbers or the integers) satisfies ...
*
Krylov subspace In linear algebra, the order-''r'' Krylov subspace generated by an ''n''-by-''n'' matrix ''A'' and a vector ''b'' of dimension ''n'' is the linear subspace spanned by the images of ''b'' under the first ''r'' powers of ''A'' (starting from A^0=I), ...


Notes

{{DEFAULTSORT:Companion Matrix Matrices Matrix theory