Let $A$ be a square matrix. Another square matrix $B$ is called inverse of $A$ if $$AB=BA=I.$$ My question is whether just $AB=I$ or $BA=I$ is not sufficient to call $B$ as the inverse of $A$? If it is not, then give a counter example where $AB=I$, but $AB\ne BA.$
2026-04-13 14:03:12.1776088992
On
Sufficient condition for the inverse of a matrix
1.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Since invertible square matrices over a field $K$ form a group, namely $GL_n(K)$, the left-inverse is equal to the right-inverse - see this duplicate.
$AB=I\implies \det A\neq 0\implies A$ is invertible.
$\implies B = A^{-1}$
$\implies BA = I$