i) Does these matrices exist if $AB=I_2$ ?
ii) Does these matrices exist if $BA=I_3$ ?
Edit-Note:
$I_{2}=\pmatrix{1&0\\0&1}$ and $I_{3}=\pmatrix{1&0&0\\0&1&0\\0&0&1}$
i) Does these matrices exist if $AB=I_2$ ?
ii) Does these matrices exist if $BA=I_3$ ?
Edit-Note:
$I_{2}=\pmatrix{1&0\\0&1}$ and $I_{3}=\pmatrix{1&0&0\\0&1&0\\0&0&1}$
Thank you for all your help. I tried to do what you suggested.
Is the following solution OK?
$rank(A)=rank(\pmatrix{1&2&3\\a&b&c})=1$ or $ 2\implies$ $rank(\pmatrix{1&2&3\\a&b&c})\le2$
$\implies rank(A)\le2$
$rank(B)=rank(\pmatrix{5&6\\g&h\\k&m})=1 $ or $ 2 \implies rank(\pmatrix{5&6\\g&h\\k&m})\le2 $
$\implies rank(B)\le2$
i) $rankI_3=3$ |(1)|
$rank(BA)\le min(rankA,rankB) \le 2 $, contradiction because of |(1)|, which implies that matrices $A,B$ don't exist.
ii) $rankI_2=2$....