I came to this stage when I was reading a Linear algebra text :
Suppose $M$ is a block triangular matrix, say $M= \begin{pmatrix} A_1 & B \\ 0 & A_2\end{pmatrix}$ where $A_1$ and $A_2$ are square matrices. Then the characteristic matrix of $M$, $$\begin{pmatrix} tI-A_1 & -B \\ 0 & tI-A_2\end{pmatrix}$$is also a block triangular matrix with diagonal blocks $tI-A_1$ and $tI-A_2$. Thus by Theorem 7.12, $$|tI-M|=\left|\begin{matrix} tI-A_1 & -B \\ 0 & tI-A_2\end{matrix}\right|=|tI-A_1||tI-A_2|.$$That is the characteristic polynomial of $M$ is the product of the characteristic polynomials of the diagonal blocks $A_1$ and $A_2$.
$tI - M$ gives a matrix with components :
- $tI - A_1$ (makes sense)
- $tI - A_2$ (even that I got)
But why is the top right component $-B$? Why not $tI-B$? What am I missing?