I came to this stage when I was reading a Linear algebra text :
Suppose M is a block triangular matrix, say M=(A1B0A2) where A1 and A2 are square matrices. Then the characteristic matrix of M,
(tI−A1−B0tI−A2)is also a block triangular matrix with diagonal blocks tI−A1 and tI−A2. Thus by Theorem 7.12,
|tI−M|=|tI−A1−B0tI−A2|=|tI−A1||tI−A2|.That is the characteristic polynomial of M is the product of the characteristic polynomials of the diagonal blocks A1 and A2.
tI−M gives a matrix with components :
- tI−A1 (makes sense)
- tI−A2 (even that I got)
But why is the top right component −B? Why not tI−B? What am I missing?
Answer
Note that M=(A1B0A2)
writing the identity with correspoding blocks: Suppose A1 is a n1×n1-matrix and A2 is a n2×n2-matrix. Then in tI−M the identity is a (n1+n2)×(n1+n2)-matrix. We have
In1+n2=(In100In2)
as the identity does only have off-diagonal entries and the off-diagonal blocks do not contain diagonal-elements. Hence
tI−M=t(In100In2)−(A1B0A2)=(tI−A1−B0tI−A2).
No comments:
Post a Comment