We have the vector $$\vec{v}_1=\begin{pmatrix}3 \\ 2 \\ -1 \\ 5\end{pmatrix} , \ \ \vec{v}_2=\begin{pmatrix}0 \\ 6 \\ 2 \\ 7\end{pmatrix}$$ I want to find a vector $\vec{w}$ for that there are no $a,b\in \mathbb{R}$ such that $a\vec{v}_1+b\vec{v}_2=\vec{w}$.
For that do we calculate the rank for $A=\begin{pmatrix}3 & 0 \\ 2 & 6 \\ -1 & 2 \\ 5 & 7\end{pmatrix}$ and for $(A\mid \vec{w})=\begin{pmatrix}3 & 0 & w_1 \\ 2 & 6 & w_2 \\ -1 & 2 & w_3\\ 5 & 7 & w_4\end{pmatrix}$ and get the conditio that these two results have to be different?
Or is there also an other way?
Let consider by RREF
$$\begin{pmatrix}3 &2&-1&5\\ 0 & 6 & 2 & 7\end{pmatrix}\to \begin{pmatrix}9 &0&-5&8\\ 0 & 6 & 2 & 7\end{pmatrix}$$
therefore $w_1=(0,0,1,0)$ or $w_2=(0,0,0,1)$ or any $w=aw_1+bw_2$ are good choice.