Solve Systems of Equations Using Matrices

4.5 Solve Systems of Equations Using Matrices

Topics covered in this section are:

  1. Write the augmented matrix for a system of equations
  2. Use row operations on a matrix
  3. Solve systems of equations using matrices

4.5.1 Write the Augmented Matrix for a System of Equations

Solving a system of equations can be a tedious operation where a simple mistake can wreak havoc on finding the solution. An alternative method which uses the basic procedures of elimination but with notation that is simpler is available. The method involves using a matrix. A matrix is a rectangular array of numbers arranged in rows and columns.

MATRIX

matrix is a rectangular array of numbers arranged in rows and columns.

A matrix with $m$ rows and $n$ columns has order $m \times n$. The matrix on the left below has $2$ rows and $3$ columns and so it has order $2 \times 3$. We say it is a $2$ by $3$ matrix.

Each number in the matrix is called an element or entry in the matrix.

We will use a matrix to represent a system of linear equations. We write each equation in standard form and the coefficients of the variables and the constant of each equation becomes a row in the matrix. Each column then would be the coefficients of one of the variables in the system or the constants. A vertical line replaces the equal signs. We call the resulting matrix the augmented matrix for the system of equations.

Notice the first column is made up of all the coefficients of $x$, the second column is the all the coefficients of $y$, and the third column is all the constants.

Example 1

Write each system of linear equations as an augmented matrix:

  • $\Bigg\{ \begin{align*} &5x-3y=1 \\ &y=2x-2 \end{align*}$
  • $\Bigg\{ \begin{align*} &6x-5y+2z=3 \\ &2x+y-4z=5 \\ &3x-3y+z=-1 \end{align*}$
Solution

Part 1

The second equation is not in standard form. We rewrite the second equation in standard form.

$\begin{align*} y&=2x-2 \\ -2x+y&=-1 \end{align*}$

We replace the second equation with its standard form. In the augmented matrix, the first equation gives us the first row and the second equation gives us the second row. The vertical line replaces the equal signs.

Part 2

All three equations are in standard form. In the augmented matrix the first equation gives us the first row, the second equation gives us the second row, and the third equation gives us the third row. The vertical line replaces the equal signs.

It is important as we solve systems of equations using matrices to be able to go back and forth between the system and the matrix. The next example asks us to take the information in the matrix and write the system of equations.

Example 2

Write the system of equation that corresponds to the augmented matrix: $ \left[ \begin{array}{c c c|c} 4 & -3 & 3 & -1 \\ 1 & 2 & -1 & 2 \\ -2 & -1 & 3 & -4 \end{array} \right] $

Solution

We remember that each row corresponds to an equation and that each entry is a coefficient of a variable or the constant. The vertical line replaces the equal sign. Since this matrix is a $ 4 \times 3$, we know it will translate into a system of three equations with three variables.

4.5.2 Use Row Operations on a Matrix

Once a system of equations is in its augmented matrix form, we will perform operations on the rows that will lead us to the solution.

To solve by elimination, it doesn’t matter which order we place the equations in the system. Similarly, in the matrix we can interchange the rows.

When we solve by elimination, we often multiply one of the equations by a constant. Since each row represents an equation, and we can multiply each side of an equation by a constant, similarly we can multiply each entry in a row by any real number except $0$.

In elimination, we often add a multiple of one row to another row. In the matrix we can replace a row with its sum with a multiple of another row.

These actions are called row operations and will help us use the matrix to solve a system of equations.

ROW OPERATIONS

In a matrix, the following operations can be performed on any row and the resulting matrix will be equivalent to the original matrix.

  1. Interchange any two rows.
  2. Multiply a row by any real number except $0$.
  3. Add a nonzero multiple of one row to another row.

Performing these operations is easy to do but all the arithmetic can result in a mistake. If we use a system to record the row operation in each step, it is much easier to go back and check our work.

We use capital letters with subscripts to represent each row. We then show the operation to the left of the new matrix. To show interchanging a row:

To multiply row 2 by $-3$:

To multiply row 2 by $-3$ and add it to row $1$:

Example 3

Perform the indicated operations on the augmented matrix:

  • Interchange rows 2 and 3.
  • Multiply row 2 by $5$.
  • Multiply row 3 by $-2$ and add to row 1.

$ \left[ \begin{array} {c c c |c} 6 & -5 & 2 & 3 \\ 2 & 1 & -4 & 5 \\ 3 & -3 & 1 & -1 \end{array} \right]$

Solution
  • We interchange rows 2 and 3.
  • We multiply row 2 by $5$.
  • We multiply row 3 by $-2$ and add to row 1.

Now that we have practiced the row operations, we will look at an augmented matrix and figure out what operation we will use to reach a goal. This is exactly what we did when we did elimination. We decided what number to multiply a row by in order that a variable would be eliminated when we added the rows together.

Given this system, what would you do to eliminate $x$?

This next example essentially does the same thing, but to the matrix.

Example 4

Perform the needed row operation that will get the first entry in row 2 to be zero in the augmented matrix: $\left[ \begin{array}{c c |c} 1 & -1 & 2 \\ 4 & -8 & 0 \end{array} \right]$

Solution

To make the $4$ a $0$, we could multiply row $1$ by $-4$ and then add it to row $2$.

4.5.3 Solve Systems of Equations Using Matrices

To solve a system of equations using matrices, we transform the augmented matrix into a matrix in row-echelon form using row operations. For a consistent and independent system of equations, its augmented matrix is in row-echelon form when to the left of the vertical line, each entry on the diagonal is a $1$ and all entries below the diagonal are zeros.

ROW-ECHELON FORM

For a consistent and independent system of equations, its augmented matrix is in row-echelon form when to the left of the vertical line, each entry on the diagonal is a $1$ and all entries below the diagonal are zeros.

Once we get the augmented matrix into row-echelon form, we can write the equivalent system of equations and read the value of at least one variable. We then substitute this value in another equation to continue to solve for the other variables. This process is illustrated in the next example.

Example 5

Solve the system of equation using a matrix: $\Bigg\{ \begin{align*} &3x+4y=5 \\ &x+2y=1 \end{align*}$

Solution

The steps are summarized here.

HOW TO: Solve a system of equations using matrices.

  1. Write the augmented matrix for the system of equations.
  2. Using row operations get the entry in row 1, column 1 to be $1$.
  3. Using row operations, get zeros in column 1 below the $1$.
  4. Using row operations, get the entry in row 2, column 2 to be $1$.
  5. Continue the process until the matrix is in row-echelon form.
  6. Write the corresponding system of equations.
  7. Use substitution to find the remaining variables.
  8. Write the solution as an ordered pair or triple.
  9. Check that the solution makes the original equations true.

Here is a visual to show the order for getting the $1$’s and $0$’s in the proper position for row-echelon form.

We use the same procedure when the system of equations has three equations.

Example 6

Solve the system of equations using a matrix: $\Bigg\{ \begin{align*} &3x+8y+2z=-5 \\ &2x+5y-3z=0 \\ &x+2y-2z=-1 \end{align*}$

Solution
$\Bigg\{ \begin{align*} 3x+8y+2z&=-5\\2x+5y-3x&=0 \\ x+2y-2z&=-1 \end{align*}$
Write the augmented matrix for the equations.$\left[ \begin{array} {c c c |c} 3 & 8 & 2 & -5 \\ 2 & 5 & -3 & 0 \\ 1 & 2 & -2 & -1 \end{array} \right] $
Interchange row 1 and 3 to get the entry in row 1, column 1 to be $1$.
Using row operations, get zeros in column 1 below the $1$.
The entry in row 2, column 2 is now $1$.
Continue the process until the matrix is in row-echelon form.
The matrix is now in row-echelon form.
Write the corresponding system of equations.$\Bigg\{ \begin{align*}x+2y-2z&=-1 \\ y+z&=2 \\ z&=-1\end{align*}$
Use substitution to find the remaining variables.$\begin{align*} y+z&=2 \\ y+(\textcolor{red}{-1})&=2 \\ y&=3 \end{align*}$
$\begin{align*} x+2y-2x&=-1 \\ x+2(\textcolor{red}{3})-2(\textcolor{red}{-1})&=-1 \\ x+6+2&=-1 \\ x&=-9 \end{align*}$
Write the solution as an ordered pair or triple.$(9, 3, -1)$
Check that the solution makes the original equations true.We leave the check to you.

So far our work with matrices has only been with systems that are consistent and independent, which means they have exactly one solution. Let’s now look at what happens when we use a matrix for a dependent or inconsistent system.

Example 7

Solve the system of equations using a matrix: $\Bigg\{ \begin{align*} &x+y+3x=0\\ &x+3y+5z=0 \\ &2x+4z=1 \end{align*}$

Solution
$\Bigg\{ \begin{align*} &x+y+3x=0\\ &x+3y+5z=0 \\ &2x+4z=1 \end{align*}$
Write the augmented matrix for the equations.$\left[ \begin{array} {c c c |c} 1 & 1 & 3 & 0 \\ 1 & 3 & 5 & 0 \\ 2 & 0 & 4 & 1 \end{array} \right]$
The entry in row 1, column 1 is $1$.
Using row operations, get zeros in column 1 below the $1$.
Continue the process until the matrix is in row-echelon form.
Multiply row 2 by $2$ and add it to row 3.
At this point, we have all zeros on the left of row 3.
Write the corresponding system of equations.$\Bigg\{ \begin{align*} x+y+3z&=0 \\ y+z&=0 \\ 0&≠1 \end{align*}$

Since $0≠1$ we have a false statement. Just as when we solved a system using other methods, this tells us we have an inconsistent system. There is no solution.

The last system was inconsistent and so had no solutions. The next example is dependent and has infinitely many solutions.

Example 8

Solve the system of equations using a matrix: $\Bigg\{ \begin{align*} &x-2y+3z=1 \\ &x+y-3z=7 \\ &3x-4y+5z=7 \end{align*}$

Solution
$\Bigg\{ \begin{align*} &x-2y+3z=1 \\ &x+y-3z=7 \\ &3x-4y+5z=7 \end{align*}$
Write the augmented matrix for the equations.$\left[ \begin{array} {c c c |c} 1 & -2 & 3 & 1 \\ 1 & 1 & -3 & 7 \\ 3 & -4 & 5 & 7 \end{array} \right] $
The entry in row 1, column 1 is $1$.
Using row operations, get zeros in column 1 below the $1$.
Continue the process until the matrix is in row-echelon form.
Multiply row 2 by $-2$ and add it to row 3.
At this point, we have all zeros in the bottom now.
Write the corresponding system of equations.$\Bigg\{ \begin{align*} x-2y+3z&=1 \\ y-2x&=2 \\ 0&=0 \end{align*}$

Since $0=0$ we have a true statement. Just as when we solved by substitution, this tells us we have a dependent system. There are infinitely many solutions.

Solve for $y$ in terms of $z$ in the second equation.$\begin{align*} y-2z&=2 \\ y&=2z+2 \end{align*}$
Solve the first equation for $x$ in terms of $z$. $x-2y+3z=1$
Substitute $y=2z+2$. Then simplify.$\begin{align*} x-2(2z+2)+3z&=1 \\ x – 4z-4+3z&=1 \\ x-z-4&=1 \\ x&=z+5 \end{align*}$

The system has infinitely many solutions $(\frac{8}{5}, -\frac{42}{5}, -\frac{24}{5})$.

Licenses & Attributions

CC Licensed Content, Original

  • Revision and Adaption. Provided by: Minute Math. License: CC BY 4.0

CC Licensed Content, Shared Previously