I'm supposed find two matrices $A$ and $B$ whose product $AB=I_2$, but $BA\neq I$. But I'm not sure if this is even possible since if $AB=I$, doesn't that mean that $B$ is the inverse matrix of $A$ and that leads to $BA=I$ automatically. Any help is appreciated.
Asked
Active
Viewed 1,997 times
2
-
Assuming $A$ is invertible... – Jun 01 '14 at 10:24
-
2See here. – Ragib Zaman Jun 01 '14 at 10:26
-
1This is possible, provided $A$ and $B$ are not square. – egreg Jun 01 '14 at 10:28
2 Answers
5
Saying that $AB=I_2$ means that $A$ has two rows and its rank is $2$ (it's a necessary and sufficient condition for the existence of a right inverse). If $A$ is square, then $AB=I_2$ implies $BA=I_2$. If $A$ is non square, then $AB=I_2$ implies $BA\ne I_2$.

egreg
- 238,574
2
This is not possible if $A$ and $B$ are $2\times2$ matrices. However, $$\pmatrix{1&0&0\cr0&0&1\cr}\pmatrix{1&0\cr0&0\cr0&1\cr}=\pmatrix{1&0\cr0&1\cr}$$ while $$\pmatrix{1&0\cr0&0\cr0&1\cr}\pmatrix{1&0&0\cr0&0&1\cr} =\pmatrix{1&0&0\cr0&0&0\cr0&0&1\cr}\ .$$

David
- 82,662