Letβs solve the following system using Gaussian-Jordan elimination:
\begin{equation*}
\begin{alignedat}{5}
&& x_2 &- 3x_3 &- 4x_4 &= 15\\
x_1 & & &+ 3x_3 &+ 2x_4 &= -3\\
3x_1 & & &+ 5x_3 &+ 6x_4 &= -17\\
&& -x_2 &+ 3x_3 &+ 10x_4 &= -39
\end{alignedat}
\end{equation*}
Step 1: Interchange equations to get
\(x_1\) in the leading position:
\begin{equation*}
\begin{alignedat}{5}
x_1 & & &+ 3x_3 &+ 2x_4 &= -3\\
&& x_2 &- 3x_3 &- 4x_4 &= 15\\
3x_1 & & &+ 5x_3 &+ 6x_4 &= -17\\
&& -x_2 &+ 3x_3 &+ 10x_4 &= -39
\end{alignedat}
\end{equation*}
Step 2: Eliminate
\(x_1\) from equation 3 by adding
\(-3 \times \text{equation 1}\) to equation 3:
\begin{equation*}
\begin{alignedat}{5}
x_1 & & &+ 3x_3 &+ 2x_4 &= -3\\
&& x_2 &- 3x_3 &- 4x_4 &= 15\\
&& &- 4x_3 & &= -8\\
&& -x_2 &+ 3x_3 &+ 10x_4 &= -39
\end{alignedat}
\end{equation*}
Step 3: Eliminate
\(x_2\) from equation 4 by adding equation 2 to equation 4:
\begin{equation*}
\begin{alignedat}{5}
x_1 & & &+ 3x_3 &+ 2x_4 &= -3\\
&& x_2 &- 3x_3 &- 4x_4 &= 15\\
&& &- 4x_3 & &= -8\\
&& & &+ 6x_4 &= -24
\end{alignedat}
\end{equation*}
Step 4: Normalize equations 3 and 4 by multiplying by appropriate constants:
\begin{equation*}
\begin{alignedat}{5}
x_1 & & &+ 3x_3 &+ 2x_4 &= -3\\
&& x_2 &- 3x_3 &- 4x_4 &= 15\\
&& &+ x_3 & &= 2\\
&& & &+ x_4 &= -4
\end{alignedat}
\end{equation*}
Step 5: Eliminate
\(x_4\) from equations 1 and 2:
\begin{equation*}
\begin{alignedat}{5}
x_1 & & &+ 3x_3 & &= 5\\
&& x_2 &- 3x_3 & &= -1\\
&& &+ x_3 & &= 2\\
&& & &+ x_4 &= -4
\end{alignedat}
\end{equation*}
Step 6: Eliminate
\(x_3\) from equations 1 and 2:
\begin{equation*}
\begin{alignedat}{3}
&& x_1 &= -1\\
&& x_2 &= 5\\
&& x_3 &= 2\\
&& x_4 &= -4
\end{alignedat}
\end{equation*}
Therefore, the solution is
\(x_1 = -1\text{,}\) \(x_2 = 5\text{,}\) \(x_3 = 2\text{,}\) and
\(x_4 = -4\text{.}\)