Let’s consider the vectors
\begin{equation*}
\vvec_1 = \fourvec2{-4}10,~~~
\vvec_2 = \fourvec113{-2},~~~
\vvec_3 = \fourvec3{-3}4{-2}
\end{equation*}
and their associated matrix \(A = \begin{bmatrix}
\vvec_1 \amp \vvec_2 \amp \vvec_3
\end{bmatrix}
\text{.}\)
The homogeneous equation \(A\xvec = \zerovec\) has the associated augmented matrix
\begin{equation*}
\left[
\begin{array}{rrr|r}
2 \amp 1 \amp 3 \amp 0 \\
-4 \amp 1 \amp -3 \amp 0 \\
1 \amp 3 \amp 4 \amp 0 \\
0 \amp -2 \amp -2 \amp 0 \\
\end{array}
\right]
\sim
\left[
\begin{array}{rrr|r}
1 \amp 0 \amp 1 \amp 0 \\
0 \amp 1 \amp 1 \amp 0 \\
0 \amp 0 \amp 0 \amp 0 \\
0 \amp 0 \amp 0 \amp 0 \\
\end{array}
\right].
\end{equation*}
Therefore, \(A\) has a column without a pivot position, which tells us that the vectors \(\vvec_1\text{,}\) \(\vvec_2\text{,}\) and \(\vvec_3\) are linearly dependent. However, we can also see this fact in another way.
The reduced row echelon matrix tells us that the homogeneous equation has a free variable so that there must be infinitely many solutions. In particular, we have
\begin{equation*}
\begin{aligned}
x_1 \amp {}={} -x_3 \\
x_2 \amp {}={} -x_3 \\
\end{aligned}
\end{equation*}
so the solutions have the form
\begin{equation*}
\xvec = \threevec{x_1}{x_2}{x_3} =
\threevec{-x_3}{-x_3}{x_3} = x_3\threevec{-1}{-1}1.
\end{equation*}
If we choose \(x_3=1\text{,}\) then we obtain the nonzero solution to the homogeneous equation \(\xvec =
\threevec{-1}{-1}1\text{,}\) which implies that
\begin{equation*}
A\threevec{-1}{-1}1 =
\begin{bmatrix}
\vvec_1\amp\vvec_2\amp\vvec_3
\end{bmatrix}
\threevec{-1}{-1}1 =
-\vvec_1 -\vvec_2 + \vvec_3 = \zerovec.
\end{equation*}
In other words,
\begin{equation*}
\begin{aligned}
-\vvec_1 -\vvec_2 + \vvec_3 \amp{}={} \zerovec \\
\vvec_3 \amp{}={} \vvec_1 + \vvec_2. \\
\end{aligned}
\end{equation*}
Because \(\vvec_3\) is a linear combination of \(\vvec_1\) and \(\vvec_2\text{,}\) we know that this set of vectors is linearly dependent.