-3

Let $A$ and $B$ be $n \times n$ real matrices such that $A^2 = I, B^2 = I$ and $(AB)^2 = I$. Prove that $AB = BA$.

Someone help me with this problem

Marcus M
  • 11,229

2 Answers2

3

$I = (AB)^2 = (AB)(AB) = A(BA)B \implies AB = A(A(BA)B)B = (A^2)(BA)(B^2) = BA$

Marcus M
  • 11,229
2

$AB=(AB)^{-1} \iff AB=B^{-1}A^{-1} \iff AB=BA$

Malcolm
  • 988