Let $A, B,C,D$ be square matrices, of same size $n\times n$.
Assume $A$ is invertible and $AC = CA.$
Prove that
$$ det \begin{bmatrix} A & B \\ C & D \\ \end{bmatrix} = det[AD - BC] $$
I am getting my final answer as $det[AD - CB]$ instead, and my work looks fine -- just a simple factorization of the matrix, and using the multiplicativity of the determinant, $AA^{-1}=I$, and $AC=CA$.
Is the problem statement wrong? Or perhaps my answer of $det[AD - CB]$ is actually equal to $det[AD - BC]$, but I doubt it -- there are no extra assumptions on the relations of $B$ and $C$ other than that they are of the same size. So we can't assume that $B$ and $C$ commute.
Thanks,