Consider we have a polynomial p=zm+bm−1zm−1+⋯+b0 with matrix coefficients bi∈Mn(C). Then we might consider the companion matrix
T=[0n0n…b0In0n⋯b1⋱⋮Inbm−1],
where In is the identity matrix, and 0n is the zero matrix in Mn(C).
T is a block matrix, so we might consider it as a complex-valued matrix of dimension m⋅n×m⋅n, and I want to show that its characteristic polynomial χT(z)=det(z⋅In⋅m−T) equals det(p(z)), where we consider p(z) as a matrix with polynomial-valued entries.
If we naively compute the characteristic polynomial of T over the ring of matrices we simply obtain p, but I'm not shure if I can even apply the Laplace expansion theorem over non-commutative rings. And even then, computing block-wise determinants does and then the determinant of the resulting matrix does in general not yield the determinant of the matrix one started with.
Applying Laplace expansion directly to z⋅Inm−T yields rather ugly mixed terms that I don't know how to handle.
I also found this nice answer on how to show that the characteristic polynomial of the companion matrix equals the polynomial you started with, but I don't see if this generalizes: The claim that χT=μT (μT is the minimal polynomial) is wrong in my situation. For example if bi=0 for all i, then Tm=0, so in general the minimal polynomial has lower degree.
Answer
We first note that any block matrix M=[ABCD],
where A and D are square matrices and A is invertible, can be factorised in the form
M=[ABCD]=[A0C1][1A−1B0D−CA−1B],
so that detM=detA⋅det(D−CA−1B).
If we now calculate formally in the function field C(z), the upper-left block of z⋅Inm−T is just A=z⋅In, which is invertible over C(z). Using the above notation, one calculates D−CA−1B=[z⋅In−b1−1zb0−In⋱⋮⋱z⋅In−bm−2−Inz⋅In−bm−1].
Now inductively we know that det(D−CA−1B)=det(Inzm−1−bm−1zm−2−⋯−b1−1zb0). Thus det(zI−T)=zndet(Inzm−1−bm−1zm−2−⋯−b1−1zb0)=det(Inzm−bm−1zm−1−⋯−b1z−b0).
No comments:
Post a Comment