연립방정식
\begin{equation*}
\begin{bmatrix}
1\amp 2 \amp 3
\\
0 \amp 0 \amp -2
\end{bmatrix}
\begin{bmatrix}
x_1 \\ x_2 \\ x_3
\end{bmatrix}
=
\begin{bmatrix}
1 \\ 2
\end{bmatrix}
\end{equation*}
의 해를 모두 찾자. 자유변수는 \(x_2\text{,}\) 종속변수는 \(x_1, x_3\)이다. 특수해는 \(x_3\text{,}\) \(x_2\text{,}\) \(x_1\) 순서로 찾으면
\begin{equation*}
\boldsymbol x_{\operatorname p} =(3,0,-1)
\end{equation*}
이다. 커널의 기저를 찾으면
\begin{equation*}
\boldsymbol v_2=(-2,1,0)
\end{equation*}
이다. 종합하면, 일반해는
\begin{equation*}
\boldsymbol x = (3,0,-1) + c_2(-2,1,0)\hspace{10pt}\text{(단, $c_2$는 실수)}
\end{equation*}
이다.
