I needed clarification on a linear algebra question that I had:
Given the matrices $v_1 = \begin{bmatrix} 1 \\ 1 \\ 1 \\ \end{bmatrix}, $ $v_2 = \begin{bmatrix} 1 \\ -1 \\ 1 \\ \end{bmatrix}$ and $v_3 = \begin{bmatrix} 1 \\ 1 \\ -1 \\ \end{bmatrix}$,
1) How many vectors does the set {${v_1, v_2, v_3}$} have?
2) How many vectors are in Span{$v_1, v_2, v_3$}?
I think the answer to #1 is 3, simply because there are three matrices, and the answer to #2 is infinite, since there are an infinite number of linear combinations that can be made using these vectors.
I am uncertain of these answers, though.