Tuesday, November 17, 2015

linear algebra - Characteristic polynomial of a matrix in block form



Let A1,...,An be square matrices over a field F, and let A have the block form
A=[A1A2...An]
where all other off-diagonal entries are zero. Show that characteristic polynomial ΔA of A is ΔA=ΔA1ΔA2...ΔAn



Firstly, I observed that ΔA(A)=0ΔA(A1)=...=ΔA(An)=0. But I did not proceed from here.


Answer



The characteristic polynomial is a determinant.
λIA=[λI1A1λI2A2...λInAn]




Where Ij are identity matrices of the same size as Aj. The determinant of a block-diagonal matrix is the product of the blocks' determinants:
kA(λ)=det


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...