If $A$ and $B$ are $n×n$ matrices, $AB = -BA$ , and $n$ is odd, show that either $A$ or $B$ has no inverse.
I have no clue how to do this and any help/guidance would be appreciated!
Thanks in advance!
$$det(AB) = det(-BA)$$ $$det(AB)= det(-B)det(A)$$ $$det(AB) = (-1)^ndet(BA)$$ since n is odd $$det(AB) = -det(BA)$$ $$det(A)det(B) = -det(B)det(A)$$ $$2det(A)det(B) = 0$$
Therefore $det(A)=0$ or $det(B)=0$
$$det(AB) = det(-BA)$$ $$det(A)det(B) = det(-B)det(A)$$ $$det(A)det(B) = (-1)^ndet(B)det(A)$$ You are done right up to here.
add $det(A)det(B)$ on both sides,
$\implies$ $$2det(A)det(B)=0$$ ($\because$ $n$ is odd)
$\implies$
$\det A=0$ or $\det B=0$.