Consider the vectors (in $\mathbb{R}^3$):
$$ v_1=\begin{pmatrix}6\\1\\-3\end{pmatrix},~ v_2=\begin{pmatrix}-3\\3\\2\end{pmatrix}\text{ and } w=\begin{pmatrix}3\\4\\1\end{pmatrix} $$
is $w$ in $\text{span}(v_1,v_2)$?
I began setting it up to get it in reduced row echelon form but am not quite sure what that gives me. I am getting $x_1=-11$ and $x_2=5$ when doing that but I don't know if that proves anything or not.
Sorry about the formatting.
The result depends upon the number of pivots you have in the RREF.
Notably
In this case
$$\begin{bmatrix}6&1&-3\\-3&3&2\\3&4&1 \end{bmatrix} \to\begin{bmatrix}6&1&-3\\-3&3&2\\0&7&3 \end{bmatrix} \to\begin{bmatrix}6&1&-3\\0&7&1\\0&7&3 \end{bmatrix} \to\begin{bmatrix}6&1&-3\\0&7&1\\0&0&2 \end{bmatrix} $$
Therefore
$$w\not \in span(v_1,v_2)$$
What is in the span is
$$u =\begin{pmatrix}3\\4\\-1\end{pmatrix}\quad u=v_1+v_2$$