Question 3.3.3: To use Gauss-Jordan elimination to solve the linear system x...

To use Gauss-Jordan elimination to solve the linear system

x_{1} + x_{2} + x_{3} + x_{4} = 12

x_{1} + 2 x_{2} + 5 x_{4} = 17

3 x_{1} + 2 x_{2} + 4 x_{3} –  x_{4} = 31,                  (2)

The blue check mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

we transform its augmented coefficient matrix into reduced echelon form, as follows:

\left [ \begin{matrix} 1 & 1 & 1 & 1 & 12 \\ 1 & 2 & 0 & 5 & 17 \\ 3 & 2 & 4 & – 1 & 31 \end{matrix} \right ]          \underrightarrow{(- 1) R_{1} + R_{2}} \left [ \begin{matrix} 1 & 1 & 1 & 1 & 12 \\ 0 & 1 & – 1 & 4 &  5\\ 3 & 2 & 4 & – 1 & 31 \end{matrix} \right ]

 

\underrightarrow{(- 3) R_{1} + R_{3}} \left [ \begin{matrix} 1 & 1 & 1 & 1 & 12 \\ 0 & 1 & – 1 & 4 & 5 \\ 0 & – 1 & 1 & – 4 & – 5 \end{matrix} \right ]

 

\underrightarrow{(1) R_{2} + R_{3}} \left [ \begin{matrix} 1 & 1 & 1 & 1 & 12 \\ 0 & 1 & – 1 & 4 & 5 \\ 0 & 0 & 0 & 0 & 0 \end{matrix} \right ]

 

\underrightarrow{(- 1) R_{2} + R_{1}} \left [ \begin{matrix} 1 & 0 & 2 & – 3 & 7 \\ 0 & 1 & – 1 & 4 & 5 \\ 0 & 0 & 0 & 0 & 0 \end{matrix} \right ]

Thus the reduced echelon form of the system in (2) is

x_{1} + 2 x_{3}  –  3 x_{4} = 7

x_{2}  –  x_{3}  + 4 x_{4} = 5

0 = 0.                         (3)

The leading variables are x_{1} and x_{2} ; the free variables are x_{3} and x_{4} . If we set

x_{3}  = s         and          x_{4} =  t,

then (3) immediately yields

x_{1} = 7 –  2 s + 3 t,

x_{2} = 5 + s  –  4 t.

Related Answered Questions

Question: 3.6.11

Verified Answer:

First we calculate the cofactors of A, arranging o...
Question: 3.7.7

Verified Answer:

Substitution of the xy-coordinates of each of the ...
Question: 3.7.6

Verified Answer:

Substitution of the xy-coordinates of each of the ...
Question: 3.5.8

Verified Answer:

The coefficient matrix is the matrix A whose inver...
Question: 3.6.10

Verified Answer:

We find that |A| = \left | \begin{matrix} 1...
Question: 3.4.1

Verified Answer:

then A ≠ B because a_{22} = 6, wher...
Question: 3.3.5

Verified Answer:

is row equivalent to the 3 × 3 identity matrix. He...
Question: 3.3.2

Verified Answer:

In Example 3 of Section 3.2 we found the echelon f...