For an $m\times n$ matrix $A$, does the union of the basis of the row space and null space of $A$ span $\mathbb{R}^n$

linear algebravector-spaces

If $\{v_1,\ldots,v_r\}$ span the row space of some $m\times n$ matrix $A$, and $\{v_{r+1},\ldots,v_n\}$ span the null space of $A$, I think while the union of the two subspaces is not necessarily a vector space, however, if I just take the union of the basis of the two subspaces, is it correct that I now have $n$ independent vectors and hence this set would span $\mathbb{R}^n$?

Best Answer

The answer is yes. In particular, the row space and null space are orthogonal complements to each other. This is sometimes called (part of) the fundamental theorem of linear algebra.

Related Question