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?