Polynomial matrix should not be confused with matrix polynomial.
In mathematics, a polynomial matrix or matrix of polynomials is a matrix whose elements are univariate or multivariate polynomials. Equivalently, a polynomial matrix is a polynomial whose coefficients are matrices.
A univariate polynomial matrix P of degree p is defined as:
P=
p | |
\sum | |
n=0 |
A(n)xn=A(0)+A(1)x+A(2)x2+ … +A(p)xp
where
A(i)
A(p)
P=\begin{pmatrix} 1&x2&x\\ 0&2x&2\\ 3x+2&x2-1&0 \end{pmatrix} =\begin{pmatrix} 1&0&0\\ 0&0&2\\ 2&-1&0 \end{pmatrix} +\begin{pmatrix} 0&0&1\\ 0&2&0\\ 3&0&0 \end{pmatrix}x+\begin{pmatrix} 0&1&0\\ 0&0&0\\ 0&1&0 \end{pmatrix}x2.
We can express this by saying that for a ring R, the rings
Mn(R[X])
(Mn(R))[X]
Note that polynomial matrices are not to be confused with monomial matrices, which are simply matrices with exactly one non-zero entry in each row and column.
If by λ we denote any element of the field over which we constructed the matrix, by I the identity matrix, and we let A be a polynomial matrix, then the matrix λI - A is the characteristic matrix of the matrix A. Its determinant, |λI - A| is the characteristic polynomial of the matrix A.