Matrix polynomial should not be confused with Polynomial matrix.
In mathematics, a matrix polynomial is a polynomial with square matrices as variables. Given an ordinary, scalar-valued polynomial
P(x)=
n{ | |
\sum | |
i=0 |
aixi}=a0+a1x+a2x2+ … +anxn,
A
P(A)=
n{ | |
\sum | |
i=0 |
aiAi}=a0I+a1A+a2A2+ … +anAn,
I
Note that
P(A)
A
A matrix polynomial equation is an equality between two matrix polynomials, which holds for the specific matrices in question. A matrix polynomial identity is a matrix polynomial equation which holds for all matrices A in a specified matrix ring Mn(R).
Matrix polynomials are often demonstrated in undergraduate linear algebra classes due to their relevance in showcasing properties of linear transformations represented as matrices, most notably the Cayley–Hamilton theorem.
The characteristic polynomial of a matrix A is a scalar-valued polynomial, defined by
pA(t)=\det\left(tI-A\right)
A
pA(A)=0
A
p(A)=0
p
A
There is a unique monic polynomial of minimal degree which annihilates
A
A
It follows that given two polynomials
P
Q
P(A)=Q(A)
P(j)(λi)=Q(j)(λi) forj=0,\ldots,ni-1andi=1,\ldots,s,
P(j)
j
P
λ1,...,λs
A
n1,...,ns
Matrix polynomials can be used to sum a matrix geometrical series as one would an ordinary geometric series,
S=I+A+A2+ … +An
AS=A+A2+A3+ … +An+1
(I-A)S=S-AS=I-An+1
S=(I-A)-1(I-An+1)
If
I-A
S