Rank of special block matrix

249 Views Asked by At

Given two matrices $A\in \mathbb{R}^{a\times b}$ and $X\in \mathbb{R}^{b\times b}$, can there anything be said about the rank of the block matrix:

\begin{align*} \begin{bmatrix} AX & A \end{bmatrix} ~, \end{align*} provided $X$ is non-singular and $a>b$?

1

There are 1 best solutions below

1
On BEST ANSWER

This is the rank of $A$, since the columns of $AX$ are linear combinations of the columns of $A$. The premises that $X$ is non-singular and that $a\gt b$ aren't necessary.