If product of matrices $A$ and $B$ is defined, then $\operatorname{rank}(AB)=\operatorname{rank}(BA)$. Is this always true, or just in some special cases?
2026-04-01 23:10:52.1775085052
If product of matrices $A$ and $B$ is defined, then $\operatorname{rank}(AB)=\operatorname{rank}(BA)$
250 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
It is trivially true if both are invertible, but not otherwise. Classic counterexample is $$A=\begin {bmatrix}1&0\\0&0\end {bmatrix}, \ \ \ B=\begin {bmatrix}0&1\\0&0\end {bmatrix}. $$