Skip to main content

Section 8.3 Solving Linear Systems Using Matrices

Subsection 1. Use new vocabulary

Subsubsection Definitions

Write definitions or descriptions for each term.

  • order
  • entry
  • coefficient matrix
  • augmented matrix
  • elementary row operation
  • upper triangular form
  • row echelon form
  • reduced row echelon form

Subsubsection Exercise

Illustrate each term above for the following system.

\begin{align*} x+3y-z \amp = 5\\ 3x-y+2z \amp = 5\\ x+y+2z \amp = 7 \end{align*}
Answer

The coefficient matrix for this system is

\begin{equation*} \left[ \begin{array}{@{}ccc} 1\amp 3\amp -1 \\ 3 \amp -1 \amp 2 \\ 1 \amp 1\amp 2 \end{array}\right] \end{equation*}

It has order 3x3. The entry in the first row, first column is 1. The augmented matrix is

\begin{equation*} \left[ \begin{array}{@{}ccc|c@{}} 1\amp 3\amp -1 \amp 5\\ 3 \amp -1 \amp 2 \amp 5\\ 1 \amp 1\amp 2 \amp 7 \end{array}\right] \end{equation*}

To reduce the matrix, we use the elementary row operations, for example, we subtract three times the first row from the second row. Continuing, we obtain nonzero entries on the diagonal and zero entries below the diagonal.

\begin{equation*} \left[ \begin{array}{@{}ccc|c@{}} 1\amp 3\amp -1 \amp 5\\ 0 \amp 2 \amp -1 \amp 2\\ 0 \amp 0 \amp 2 \amp 4 \end{array}\right] \end{equation*}

This matrix is in upper triangular form, or row echelon form. If we continue and obtain zeros above the diagonal, we put the matrix into reduced row echelon form, in which the solutions of the system appear.

\begin{equation*} \left[ \begin{array}{@{}ccc|c@{}} 1\amp 0\amp 0 \amp 1\\ 0 \amp 1 \amp 0 \amp 2\\ 0 \amp 0 \amp 1 \amp 2 \end{array}\right] \end{equation*}