I got stuck with this problem.
\begin{matrix} 1 & 1 & 1 & 1\\ 0 & 1 & 1 & 0\\ 0 & 0 & 1 & 1\\ \end{matrix}
Consider the $3\times 4$ matrix $\bf A$ (above). Do the columns of $\bf A$ span $\mathbb R^3$?
Prove your answer. Also, Find a $4\times 3$ matrix $\bf B$, such that $\bf AB = I_3$
--
I know that the columns of $\bf A$ span $\mathbb R^3$ as there more columns than rows. But I cannot understand how to find matrix $\bf B$ because I cannot implement "super-augmented" matrix and do Gauss-Jordan elimination. Looks like I need to do something with 4th column of $\bf A$ and 4th row of $\bf B$. What do you think?
Thanks!