Given an $m \times n$ matrix, where $m$ is the number of rows and $n$ is the number of columns.
Four Fundamental Subspaces
- The row space is $C(A^t)$, a subspace of $\mathbb{R}^n$.
- The column space is $C(A)$, a subspace of $\mathbb{R}^m$.
- The nullspace is $N(A)$, a subspace of $\mathbb{R}^n$.
- The left nullspace is $N(A^t)$, a subspace of $\mathbb{R}^m$. This is our new space.
If the column space is the space that is spanned by the column vectors, why is it that it is a subspace of $\mathbb{R}^m$ and not $\mathbb{R}^n$, since the dimension of the columns should be $n$ instead?
Or am I missing something fundamental here?