2

Possible Duplicate:
If $AB = I$ then $BA = I$

If $A$ and $B$ are two square matrices, and we know $AB=I$ where $I$ is the identity matrix. Is it sufficient that $BA=I$ as well so that $A$ and $B$ are inverse matrices of each other?

Just found out that this is a duplicate question.

JACKY88
  • 3,603

1 Answers1

4

In fact, something stronger is true. Suppose that $A$ is invertible, and that $AB=I$. Then, $B=A^{-1}$ so that $BA=A^{-1}A=I$. Now, if $AB=I$, then $\det(A)\det(B)=1$ so that $\det(A)\ne 0$. So, $A$ is invertible. From this, you see that if just $AB=I$ then $A$ is invertible and $B=A^{-1}$.

Alex Youcis
  • 54,059