-1

What will be the value of $2(|AB-I_5|+|BA-I_4|) +1 ?$

I am stuck , can't even start the problem, is there some identify which I am missing?

Original question original question

orole
  • 141

1 Answers1

2

You are missing the Sylvester's determinant identity. Following Wikipedia, suppose $A$, $B$, $C$, and $D$ are matrices of dimension $n × n$, $n × m$, $m × n$, and $m × m$, respectively. When $A$ is invertible, one has $$ \det {\begin{pmatrix}A&B\\C&D\end{pmatrix}}=\det(A)\det(D-CA^{-1}B), $$ and if $D$ is invertible $$ \det {\begin{pmatrix}A&B\\C&D\end{pmatrix}}=\det(D)\det(A-BD^{-1}C). $$

Using the matrices from your question with the identities above: $$ \det {\begin{pmatrix}1_4&B\\A&1_5\end{pmatrix}}=\det(1_5-AB)=\det(1_4-BA). $$

Recall that $\det(cM)=c^n\det(M)$ for a constant $c$ and an $n\times n$ matrix $M$, then $$ \det(1_5-AB)=(-1)^5\det(AB-1_5)=\det(1_4-BA)=(-1)^4\det(BA-1_4), $$ or simply $$ \det(AB-1_5)=-\det(BA-1_4). $$

From this last identity, the result to your question is immediate: 1.

There are already many questions about the Sylvester's identity, as the following:

Joca Ramiro
  • 1,589