My question is related to what I learn watching the MIT course of Prof. Strang.
Suppose I have a matrix $m \times n$ with non-independent columns. The column space will be in $\Bbb R^m$ while the null space will be in $\Bbb R^n$.
For the column space, I have a $m$-dimensional vector, so it is natural that it will be in $\Bbb R^m$.
For the null space it is explained that the space is in $\Bbb R^n$ because the solution vector of $x$ $(Ax = 0)$ is of dimension $n$.
So, if I understand it correctly, the column space is defined based on vectors from the original matrix, while the null-space is defined not based on our original vectors, but on vector $x$. What confuses me further, is that when we construct a complete solution, it is in the form of particular solution plus the null space solutions. But in the complete solution, the vectors are m-dimensional (both particular and null spaces solutions). How should this be reconciled with the fact that the null space solution is in $\Bbb R^n$? Is it somehow related to the nulls in vectors we have in null-space part of the complete solution?
Many thanks!
UPDATE: It was an erroneous statement that "in the complete solution, the vectors are m-dimensional (both particular and null spaces solutions)". The complete solution is a combination of a particular solution (in $\Bbb R^n$) and null space solutions (also in $\Bbb R^n$). So, the vectors in the original matrix are in $\Bbb R^m$ and the solution vectors (including those in the null space) are in $\Bbb R^n$.