[Math] Rank of a product between a full row and a full column rank matrix

matrix equationsmatrix-rank

$\def\rank{\operatorname{rank}}$
Suppose that matrix $A \in \mathbb{R}^{m \times n}, m<n$ is a full row rank matrix, while $B \in \mathbb{R}^{n \times m}$ is a full column rank matrix. Is product $AB$ a regular matrix?

I have experienced this problem while trying to solve a linear system $b = ABx + c$, where $x$ is unknown $m$-dimensional vector, while $A$ and $B$ are matrices with their properties stated above.

Best Answer

Take $A=(1,1)$ and $B=\left(\begin{array}{r}1 \\ -1\end{array}\right).$ Both matrix have rank $1.$ Is it regular the matrix $AB=(0)?$

Related Question