- #1
Adgorn
- 130
- 18
Homework Statement
Let A,B,C,D be commuting n-square matrices. Consider the 2n-square block matrix ##M= \begin{bmatrix}
A & B \\
C & D \\
\end{bmatrix}##. Prove that ##\left | M \right |=\left | A \right |\left | D \right |-\left | B \right |\left | C \right |##. Show that the result may not be true if the matrices do not commute.
Homework Equations
##det(M)= det(A_1)det(A_2)...det(A_n)## (Where M is an upper (lower) triangular block matrix with ##A_1,A_2,...,A_n## diagonal blocks.)
The Attempt at a Solution
At first I tried using the theorems of determinants in combinations with the properties of (commuting) matrices to try and get the desired expression, but had no success. I then tried expressing the determinant using the elements of the square matrices in M and dividing the expression to 4 separate determinants, but could not figure out how.
The closest I managed to get to a solution is prove the above equation where C=0.
Any help would be appreciated.