Let $A = \begin{bmatrix} 1 & 0 & -4 \\ 0 & 3 & -2 \\ -2 & 6 & 3 \end{bmatrix} $ and $b=\begin{bmatrix} 4 \\ 1 \\ 4 \end{bmatrix}$. Denote the columns of $A$ by $a_1,a_2,a_3$ and let $W=Span\{a_1,a_2,a_3\}$
How many vectors are in $\{a_1, a_2, a_3\}$? Correct answer: 3
How many vectors are in $W$? Correct answer: infinitely many
I'm confused on the difference between the two answers, and why the answer to both isn't infinitely many. I thought that the vector $a_1$ and $2*a_1$ are equivalently the same.