0

Can someone explain why this is shown as commutative when matrix multiplication is not? Is this a specific case with inverses?

"A square $(n\times n)$ matrix $A$ is said to have an inverse $A^{-1}$ iff $(A\times A^{-1})=(A^{-1}\times A)=I$. In this case, the matrix $A$ is called invertible."

I thought at first it may be because it is a square, but I cannot render why square would be different.
If it is because it is square, then all inverses are square matrices, so then, are all inverse relations commutative?

Piita
  • 965
Physics
  • 11

1 Answers1

3

The definition quoted

$(*)\quad$if $A B=B A=I$, then $B$ is called an inverse of $A$

In that definition, we postulate that multiplication in both orders yields $I$. So (as far as the definition is concerned) if $BA=I$ it could happen that $AB \ne I$, and then $B$ would not be "an inverse of $A$".

As some of the comments have indicated, in fact for square matrices, from $AB=I$ we may deduce $BA=I$. So definition $(*)$ is stronger than needed. But in some other similar settings (but not square matrices) we can, indeed have $BA=I$ but $AB \ne I$. So it is perhaps educational to include the extra condition of $(*)$ even in this case.

GEdgar
  • 111,679