I have to find $\dim W$, where
$$W=\operatorname{span}\bigl\{(3,1,2,1),(1,-1,1,2),(2,3,0,-3),(2,-1,1,2)\bigr\}$$
What is the difference between writing it as:
\begin{bmatrix}3&1&2&1\\ \vdots&\vdots&\vdots&\vdots \\ \vdots&\vdots&\vdots&\vdots \\ \vdots&\vdots&\vdots&\vdots\end{bmatrix}
and
\begin{bmatrix}3&\cdots&\cdots&\cdots\\1&\cdots&\cdots&\cdots\\2&\cdots&\cdots&\cdots\\1&\cdots&\cdots&\cdots\end{bmatrix}
Is there any? Or in finding dimension there is no difference and in other tasks there might be?