Let $v_1 = (1,0,-1)^T$, $v_2 = (2, 1, 3)^T$, $v_3 = (4,2,6)^T$ and $w = (7,4,7)^T$
From what I understand, if I set up an augment matrix in the form
\begin{pmatrix}1&2&4&7\\ 0&1&2&4\\ -1&3&6&7\\ \end{pmatrix}
And reduce it using Gaussian elimination, if it is consistent, $w$ is in fact in the span of $\{v_1,v_2,v_3\}$. Else, if it is inconsistent, $w$ does not span $\{v_1,v_2,v_3\}$
This, $w$ does not span $\{v_1,v_2,v_3\}$. Is this true?
yes as it is a linear combination of those 3 vectors