[example: A Rank-Two Matrix Without Matrix Notation]
Let $A: \mathbb{Q}^4 \to \mathbb{Q}^3$ be the linear map whose columns are
\begin{align*}
a_1=(1,0,1),\quad a_2=(2,1,3),\quad a_3=(0,1,1),\quad a_4=(1,3,4).
\end{align*}
We compute the span of the columns. First,
\begin{align*}
2a_1+a_3=2(1,0,1)+(0,1,1)=(2,0,2)+(0,1,1)=(2,1,3)=a_2.
\end{align*}
Also,
\begin{align*}
a_1+3a_3=(1,0,1)+3(0,1,1)=(1,0,1)+(0,3,3)=(1,3,4)=a_4.
\end{align*}
Thus each of $a_1,a_2,a_3,a_4$ lies in $\operatorname{span}_{\mathbb{Q}}\{a_1,a_3\}$, so
\begin{align*}
\operatorname{span}_{\mathbb{Q}}\{a_1,a_2,a_3,a_4\}=\operatorname{span}_{\mathbb{Q}}\{a_1,a_3\}.
\end{align*}
It remains to check that $a_1$ and $a_3$ are independent. Suppose
\begin{align*}
\alpha a_1+\beta a_3=(0,0,0)
\end{align*}
with $\alpha,\beta \in \mathbb{Q}$. Substituting $a_1=(1,0,1)$ and $a_3=(0,1,1)$ gives
\begin{align*}
\alpha(1,0,1)+\beta(0,1,1)=(\alpha,\beta,\alpha+\beta)=(0,0,0).
\end{align*}
Comparing the first coordinate gives $\alpha=0$, and comparing the second coordinate gives $\beta=0$. Hence $a_1$ and $a_3$ form an independent spanning set for the column space. Therefore the column space has dimension $2$, so $\operatorname{rank}(A)=2$.
[/example]