Determinant relations¶
Determinant of a 2 by 2 block matrix¶
The determinant of a \(2\times2\) block matrix can be expressed in terms of its sub-blocks. This result is particularly useful when one of the blocks is invertible.
Consider the matrix
Under suitable conditions (in particular, assuming the required inverses exist), its determinant can be written as
This expression allows the determinant of a block matrix to be reduced to determinants of smaller matrices (see [1]).
Determinant identity for scaled matrices¶
A useful identity for determinants of \(2\times2\) matrices is derived in the following.
Consider the expression
where \(X\) is an arbitrary \(2\times2\) matrix. The goal is to express this determinant in terms of invariants of \(X\).
Let
Then the matrix \(\mathbb{1}-\lambda^2 X\) takes the form
The determinant of a general \(2\times2\) matrix is given by
which can now be applied directly:
The result can be expressed more compactly by recalling the definitions
Substituting these into the previous expression yields
This shows that, for any \(2\times2\) matrix \(X\), the determinant of \(\mathbb{1}-\lambda^2X\) depends only on the trace and determinant of \(X\).
References¶
[1] P. D. Powell, Calculating Determinants of Block Matrices, 2011. Available: https://arxiv.org/abs/1112.4379