Skip to ContentGo to accessibility pageKeyboard shortcuts menu
OpenStax Logo
College Algebra 2e

7.6 Solving Systems with Gaussian Elimination

College Algebra 2e7.6 Solving Systems with Gaussian Elimination

Learning Objectives

In this section, you will:

  • Write the augmented matrix of a system of equations.
  • Write the system of equations from an augmented matrix.
  • Perform row operations on a matrix.
  • Solve a system of linear equations using matrices.
Figure 1 German mathematician Carl Friedrich Gauss (1777–1855).

Carl Friedrich Gauss lived during the late 18th century and early 19th century, but he is still considered one of the most prolific mathematicians in history. His contributions to the science of mathematics and physics span fields such as algebra, number theory, analysis, differential geometry, astronomy, and optics, among others. His discoveries regarding matrix theory changed the way mathematicians have worked for the last two centuries.

We first encountered Gaussian elimination in Systems of Linear Equations: Two Variables. In this section, we will revisit this technique for solving systems, this time using matrices.

Writing the Augmented Matrix of a System of Equations

A matrix can serve as a device for representing and solving a system of equations. To express a system in matrix form, we extract the coefficients of the variables and the constants, and these become the entries of the matrix. We use a vertical line to separate the coefficient entries from the constants, essentially replacing the equal signs. When a system is written in this form, we call it an augmented matrix.

For example, consider the following 2×2 2×2 system of equations.

3x+4y=7 4x−2y=5 3x+4y=7 4x−2y=5

We can write this system as an augmented matrix:

[ 3 4 4 −2  |   7 5 ] [ 3 4 4 −2  |   7 5 ]

We can also write a matrix containing just the coefficients. This is called the coefficient matrix.

[ 3 4 4 −2 ] [ 3 4 4 −2 ]

A three-by-three system of equations such as

3xyz=0        x+y=5     2x−3z=2 3xyz=0        x+y=5     2x−3z=2

has a coefficient matrix

[ 3 −1 −1 1 1 0 2 0 −3 ] [ 3 −1 −1 1 1 0 2 0 −3 ]

and is represented by the augmented matrix

[ 3 −1 −1 1 1 0 2 0 −3  |   0 5 2 ] [ 3 −1 −1 1 1 0 2 0 −3  |   0 5 2 ]

Notice that the matrix is written so that the variables line up in their own columns: x-terms go in the first column, y-terms in the second column, and z-terms in the third column. It is very important that each equation is written in standard form ax+by+cz=d ax+by+cz=d so that the variables line up. When there is a missing variable term in an equation, the coefficient is 0.

How To

Given a system of equations, write an augmented matrix.

  1. Write the coefficients of the x-terms as the numbers down the first column.
  2. Write the coefficients of the y-terms as the numbers down the second column.
  3. If there are z-terms, write the coefficients as the numbers down the third column.
  4. Draw a vertical line and write the constants to the right of the line.

Example 1

Writing the Augmented Matrix for a System of Equations

Write the augmented matrix for the given system of equations.

  x+2yz=3 2xy+2z=6  x3y+3z=4   x+2yz=3 2xy+2z=6  x3y+3z=4

Try It #1

Write the augmented matrix of the given system of equations.

4x−3y=11 3x+2y=4 4x−3y=11 3x+2y=4

Writing a System of Equations from an Augmented Matrix

We can use augmented matrices to help us solve systems of equations because they simplify operations when the systems are not encumbered by the variables. However, it is important to understand how to move back and forth between formats in order to make finding solutions smoother and more intuitive. Here, we will use the information in an augmented matrix to write the system of equations in standard form.

Example 2

Writing a System of Equations from an Augmented Matrix Form

Find the system of equations from the augmented matrix.

[ 1 −3 −5 2 −5 −4 −3 5 4  |   −2 5 6 ] [ 1 −3 −5 2 −5 −4 −3 5 4  |   −2 5 6 ]

Try It #2

Write the system of equations from the augmented matrix.

[ 1 −1 1 2 −1 3 0 1 1 | 5 1 −9 ] [ 1 −1 1 2 −1 3 0 1 1 | 5 1 −9 ]

Performing Row Operations on a Matrix

Now that we can write systems of equations in augmented matrix form, we will examine the various row operations that can be performed on a matrix, such as addition, multiplication by a constant, and interchanging rows.

Performing row operations on a matrix is the method we use for solving a system of equations. In order to solve the system of equations, we want to convert the matrix to row-echelon form, in which there are ones down the main diagonal from the upper left corner to the lower right corner, and zeros in every position below the main diagonal as shown.

Row-echelon form [ 1 a b 0 1 d 0 0 1 ] Row-echelon form [ 1 a b 0 1 d 0 0 1 ]

We use row operations corresponding to equation operations to obtain a new matrix that is row-equivalent in a simpler form. Here are the guidelines to obtaining row-echelon form.

  1. In any nonzero row, the first nonzero number is a 1. It is called a leading 1.
  2. Any all-zero rows are placed at the bottom on the matrix.
  3. Any leading 1 is below and to the right of a previous leading 1.
  4. Any column containing a leading 1 has zeros in all other positions in the column.

To solve a system of equations we can perform the following row operations to convert the coefficient matrix to row-echelon form and do back-substitution to find the solution.

  1. Interchange rows. (Notation: R i R j R i R j )
  2. Multiply a row by a constant. (Notation: c R i c R i )
  3. Add the product of a row multiplied by a constant to another row. (Notation: R i +c R j ) R i +c R j )

Each of the row operations corresponds to the operations we have already learned to solve systems of equations in three variables. With these operations, there are some key moves that will quickly achieve the goal of writing a matrix in row-echelon form. To obtain a matrix in row-echelon form for finding solutions, we use Gaussian elimination, a method that uses row operations to obtain a 1 as the first entry so that row 1 can be used to convert the remaining rows.

Gaussian Elimination

The Gaussian elimination method refers to a strategy used to obtain the row-echelon form of a matrix. The goal is to write matrix A A with the number 1 as the entry down the main diagonal and have all zeros below.

A=[ a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 ] After Gaussian elimination A=[ 1 b 12 b 13 0 1 b 23 0 0 1 ] A=[ a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 ] After Gaussian elimination A=[ 1 b 12 b 13 0 1 b 23 0 0 1 ]

The first step of the Gaussian strategy includes obtaining a 1 as the first entry, so that row 1 may be used to alter the rows below.

How To

Given an augmented matrix, perform row operations to achieve row-echelon form.

  1. The first equation should have a leading coefficient of 1. Interchange rows or multiply by a constant, if necessary.
  2. Use row operations to obtain zeros down the first column below the first entry of 1.
  3. Use row operations to obtain a 1 in row 2, column 2.
  4. Use row operations to obtain zeros down column 2, below the entry of 1.
  5. Use row operations to obtain a 1 in row 3, column 3.
  6. Continue this process for all rows until there is a 1 in every entry down the main diagonal and there are only zeros below.
  7. If any rows contain all zeros, place them at the bottom.

Example 3

Solving a 2×2 2×2 System by Gaussian Elimination

Solve the given system by Gaussian elimination.

2x+3y=6    xy= 1 2 2x+3y=6    xy= 1 2

Try It #3

Solve the given system by Gaussian elimination.

4x+3y=11  x−3y=−1 4x+3y=11  x−3y=−1

Example 4

Using Gaussian Elimination to Solve a System of Equations

Use Gaussian elimination to solve the given 2×2 2×2 system of equations.

 2x+y=1 4x+2y=6  2x+y=1 4x+2y=6

Example 5

Solving a Dependent System

Solve the system of equations.

3x+4y=12 6x+8y=24 3x+4y=12 6x+8y=24

Example 6

Performing Row Operations on a 3×3 Augmented Matrix to Obtain Row-Echelon Form

Perform row operations on the given matrix to obtain row-echelon form.

[ 1 −3 4 2 −5 6 −3 3 4  |   3 6 6 ] [ 1 −3 4 2 −5 6 −3 3 4  |   3 6 6 ]

Try It #4

Write the system of equations in row-echelon form.

 x2y+3z=9 x+3y=4 2x5y+5z=17  x2y+3z=9 x+3y=4 2x5y+5z=17

Solving a System of Linear Equations Using Matrices

We have seen how to write a system of equations with an augmented matrix, and then how to use row operations and back-substitution to obtain row-echelon form. Now, we will take row-echelon form a step farther to solve a 3 by 3 system of linear equations. The general idea is to eliminate all but one variable using row operations and then back-substitute to solve for the other variables.

Example 7

Solving a System of Linear Equations Using Matrices

Solve the system of linear equations using matrices.

xy+z=8 2x+3yz=−2 3x2y9z=9 xy+z=8 2x+3yz=−2 3x2y9z=9

Example 8

Solving a Dependent System of Linear Equations Using Matrices

Solve the following system of linear equations using matrices.

x−2y+z=−1  2x+3y=2 y−2z=0 x−2y+z=−1  2x+3y=2 y−2z=0

Try It #5

Solve the system using matrices.

x+4yz=4 2x+5y+8z=15 x+3y−3z=1 x+4yz=4 2x+5y+8z=15 x+3y−3z=1

Q&A

Can any system of linear equations be solved by Gaussian elimination?

Yes, a system of linear equations of any size can be solved by Gaussian elimination.

How To

Given a system of equations, solve with matrices using a calculator.

  1. Save the augmented matrix as a matrix variable [A],[B],[C], . [A],[B],[C], .
  2. Use the ref( function in the calculator, calling up each matrix variable as needed.

Example 9

Solving Systems of Equations with Matrices Using a Calculator

Solve the system of equations.

 5x+3y+9z=−1 −2x+3yz=−2 x−4y+5z=1  5x+3y+9z=−1 −2x+3yz=−2 x−4y+5z=1

Example 10

Applying 2 × 2 Matrices to Finance

Carolyn invests a total of $12,000 in two municipal bonds, one paying 10.5% interest and the other paying 12% interest. The annual interest earned on the two investments last year was $1,335. How much was invested at each rate?

Example 11

Applying 3 × 3 Matrices to Finance

Ava invests a total of $10,000 in three accounts, one paying 5% interest, another paying 8% interest, and the third paying 9% interest. The annual interest earned on the three investments last year was $770. The amount invested at 9% was twice the amount invested at 5%. How much was invested at each rate?

Try It #6

A small shoe company took out a loan of $1,500,000 to expand their inventory. Part of the money was borrowed at 7%, part was borrowed at 8%, and part was borrowed at 10%. The amount borrowed at 10% was four times the amount borrowed at 7%, and the annual interest on all three loans was $130,500. Use matrices to find the amount borrowed at each rate.

Media

Access these online resources for additional instruction and practice with solving systems of linear equations using Gaussian elimination.

7.6 Section Exercises

Verbal

1.

Can any system of linear equations be written as an augmented matrix? Explain why or why not. Explain how to write that augmented matrix.

2.

Can any matrix be written as a system of linear equations? Explain why or why not. Explain how to write that system of equations.

3.

Is there only one correct method of using row operations on a matrix? Try to explain two different row operations possible to solve the augmented matrix [ 9 3 1 2  |   0 6 ]. [ 9 3 1 2  |   0 6 ].

4.

Can a matrix whose entry is 0 on the diagonal be solved? Explain why or why not. What would you do to remedy the situation?

5.

Can a matrix that has 0 entries for an entire row have one solution? Explain why or why not.

Algebraic

For the following exercises, write the augmented matrix for the linear system.

6.

8x−37y=8 2x+12y=3 8x−37y=8 2x+12y=3

7.

  16y=4 9xy=2   16y=4 9xy=2

8.

3x+2y+10z=3 −6x+2y+5z=13             4x+z=18 3x+2y+10z=3 −6x+2y+5z=13             4x+z=18

9.

 x+5y+8z=19 12x+3y=4 3x+4y+9z=−7  x+5y+8z=19 12x+3y=4 3x+4y+9z=−7

10.

6x+12y+16z=4  19x−5y+3z=−9             x+2y=−8 6x+12y+16z=4  19x−5y+3z=−9             x+2y=−8

For the following exercises, write the linear system from the augmented matrix.

11.

[ −2 5 6 −18  |   5 26 ] [ −2 5 6 −18  |   5 26 ]

12.

[ 3 4 10 17  |   10 439 ] [ 3 4 10 17  |   10 439 ]

13.

[ 3 2 0 −1 −9 4 8 5 7  |   3 −1 8 ] [ 3 2 0 −1 −9 4 8 5 7  |   3 −1 8 ]

14.

[ 8 29 1 −1 7 5 0 0 3  |   43 38 10 ] [ 8 29 1 −1 7 5 0 0 3  |   43 38 10 ]

15.

[ 4 5 −2 0 1 58 8 7 −3  |   12 2 −5 ] [ 4 5 −2 0 1 58 8 7 −3  |   12 2 −5 ]

For the following exercises, solve the system by Gaussian elimination.

16.

[ 1 0 0 0  |   3 0 ] [ 1 0 0 0  |   3 0 ]

17.

[ 1 0 1 0  |   1 2 ] [ 1 0 1 0  |   1 2 ]

18.

[ 1 2 4 5  |   3 6 ] [ 1 2 4 5  |   3 6 ]

19.

[ −1 2 4 −5  |   −3 6 ] [ −1 2 4 −5  |   −3 6 ]

20.

[ −2 0 0 2  |   1 −1 ] [ −2 0 0 2  |   1 −1 ]

21.

 2x3y=9 5x+4y=58  2x3y=9 5x+4y=58

22.

6x+2y=−4 3x+4y=−17 6x+2y=−4 3x+4y=−17

23.

2x+3y=12  4x+y=14 2x+3y=12  4x+y=14

24.

−4x−3y=−2  3x−5y=−13 −4x−3y=−2  3x−5y=−13

25.

−5x+8y=3 10x+6y=5 −5x+8y=3 10x+6y=5

26.

 3x+4y=12 −6x−8y=−24  3x+4y=12 −6x−8y=−24

27.

−60x+45y=12  20x−15y=−4 −60x+45y=12  20x−15y=−4

28.

11x+10y=43 15x+20y=65 11x+10y=43 15x+20y=65

29.

2xy=2 3x+2y=17 2xy=2 3x+2y=17

30.

−1.06x−2.25y=5.51 −5.03x−1.08y=5.40 −1.06x−2.25y=5.51 −5.03x−1.08y=5.40

31.

3 4 x 3 5 y=4 1 4 x+ 2 3 y=1 3 4 x 3 5 y=4 1 4 x+ 2 3 y=1

32.

1 4 x 2 3 y=−1 1 2 x+ 1 3 y=3 1 4 x 2 3 y=−1 1 2 x+ 1 3 y=3

33.

[ 1 0 0 0 1 1 0 0 1  |   31 45 87 ] [ 1 0 0 0 1 1 0 0 1  |   31 45 87 ]

34.

[ 1 0 1 1 1 0 0 1 1  |   50 20 −90 ] [ 1 0 1 1 1 0 0 1 1  |   50 20 −90 ]

35.

[ 1 2 3 0 5 6 0 0 8  |   4 7 9 ] [ 1 2 3 0 5 6 0 0 8  |   4 7 9 ]

36.

[ −0.1 0.3 −0.1 −0.4 0.2 0.1 0.6 0.1 0.7  |   0.2 0.8 −0.8 ] [ −0.1 0.3 −0.1 −0.4 0.2 0.1 0.6 0.1 0.7  |   0.2 0.8 −0.8 ]

37.

−2x+3y2z=3      4x+2yz=9 4x8y+2z=−6 −2x+3y2z=3      4x+2yz=9 4x8y+2z=−6

38.

     x+y4z=−4  5x3y2z=0  2x+6y+7z=30      x+y4z=−4  5x3y2z=0  2x+6y+7z=30

39.

     2x+3y+2z=1  −4x6y4z=−2 10x+15y+10z=5      2x+3y+2z=1  −4x6y4z=−2 10x+15y+10z=5

40.

   x+2yz=1 x2y+2z=−2 3x+6y3z=5    x+2yz=1 x2y+2z=−2 3x+6y3z=5

41.

   x+2yz=1 x−2y+2z=−2 3x+6y−3z=3    x+2yz=1 x−2y+2z=−2 3x+6y−3z=3

42.

x+y=2   x+z=1 yz=−3 x+y=2   x+z=1 yz=−3

43.

x+y+z=100    x+2z=125 y+2z=25 x+y+z=100    x+2z=125 y+2z=25

44.

1 4 x 2 3 z= 1 2 1 5 x+ 1 3 y= 4 7 1 5 y 1 3 z= 2 9 1 4 x 2 3 z= 1 2 1 5 x+ 1 3 y= 4 7 1 5 y 1 3 z= 2 9

45.

1 2 x+ 1 2 y+ 1 7 z= 53 14    1 2 x 1 2 y+ 1 4 z=3     1 4 x+ 1 5 y+ 1 3 z= 23 15 1 2 x+ 1 2 y+ 1 7 z= 53 14    1 2 x 1 2 y+ 1 4 z=3     1 4 x+ 1 5 y+ 1 3 z= 23 15

46.

1 2 x 1 3 y+ 1 4 z= 29 6    1 5 x+ 1 6 y 1 7 z= 431 210 1 8 x+ 1 9 y+ 1 10 z= 49 45 1 2 x 1 3 y+ 1 4 z= 29 6    1 5 x+ 1 6 y 1 7 z= 431 210 1 8 x+ 1 9 y+ 1 10 z= 49 45

Extensions

For the following exercises, use Gaussian elimination to solve the system.

47.

x−1 7 + y−2 8 + z−3 4 =0 x+y+z=6 x+2 3 +2y+ z−3 3 =5 x−1 7 + y−2 8 + z−3 4 =0 x+y+z=6 x+2 3 +2y+ z−3 3 =5

48.

x−1 4 y+1 4 +3z=−1   x+5 2 + y+7 4 z=4         x+y z−2 2 =1 x−1 4 y+1 4 +3z=−1   x+5 2 + y+7 4 z=4         x+y z−2 2 =1

49.

x−3 4 y−1 3 +2z=−1 x+5 2 + y+5 2 + z+5 2 =8 x+y+z=1 x−3 4 y−1 3 +2z=−1 x+5 2 + y+5 2 + z+5 2 =8 x+y+z=1

50.

x−3 10 + y+3 2 −2z=3 x+5 4 y−1 8 +z= 3 2 x−1 4 + y+4 2 +3z= 3 2 x−3 10 + y+3 2 −2z=3 x+5 4 y−1 8 +z= 3 2 x−1 4 + y+4 2 +3z= 3 2

51.

x−3 4 y−1 3 +2z=−1 x+5 2 + y+5 2 + z+5 2 =7 x+y+z=1 x−3 4 y−1 3 +2z=−1 x+5 2 + y+5 2 + z+5 2 =7 x+y+z=1

Real-World Applications

For the following exercises, set up the augmented matrix that describes the situation, and solve for the desired solution.

52.

Every day, Angeni's cupcake store sells 5,000 cupcakes in chocolate and vanilla flavors. If the chocolate flavor is 3 times as popular as the vanilla flavor, how many of each cupcake does the store sell per day?

53.

At Bakari's competing cupcake store, $4,520 worth of cupcakes are sold daily. The chocolate cupcakes cost $2.25 and the red velvet cupcakes cost $1.75. If the total number of cupcakes sold per day is 2,200, how many of each flavor are sold each day?

54.

You invested $10,000 into two accounts: one that has simple 3% interest, the other with 2.5% interest. If your total interest payment after one year was $283.50, how much was in each account after the year passed?

55.

You invested $2,300 into account 1, and $2,700 into account 2. If the total amount of interest after one year is $254, and account 2 has 1.5 times the interest rate of account 1, what are the interest rates? Assume simple interest rates.

56.

Bikes’R’Us manufactures bikes, which sell for $250. It costs the manufacturer $180 per bike, plus a startup fee of $3,500. After how many bikes sold will the manufacturer break even?

57.

A major appliance store has agreed to order vacuums from a startup founded by college engineering students. The store would be able to purchase the vacuums for $86 each, with a delivery fee of $9,200, regardless of how many vacuums are sold. If the store needs to start seeing a profit after 230 units are sold, how much should they charge for the vacuums?

58.

The three most popular ice cream flavors are chocolate, strawberry, and vanilla, comprising 83% of the flavors sold at an ice cream shop. If vanilla sells 1% more than twice strawberry, and chocolate sells 11% more than vanilla, how much of the total ice cream consumption are the vanilla, chocolate, and strawberry flavors?

59.

At an ice cream shop, three flavors are increasing in demand. Last year, banana, pumpkin, and rocky road ice cream made up 12% of total ice cream sales. This year, the same three ice creams made up 16.9% of ice cream sales. The rocky road sales doubled, the banana sales increased by 50%, and the pumpkin sales increased by 20%. If the rocky road ice cream had one less percent of sales than the banana ice cream, find out the percentage of ice cream sales each individual ice cream made last year.

60.

A bag of mixed nuts contains cashews, pistachios, and almonds. There are 1,000 total nuts in the bag, and there are 100 less almonds than pistachios. The cashews weigh 3 g, pistachios weigh 4 g, and almonds weigh 5 g. If the bag weighs 3.7 kg, find out how many of each type of nut is in the bag.

61.

A bag of mixed nuts contains cashews, pistachios, and almonds. Originally there were 900 nuts in the bag. 30% of the almonds, 20% of the cashews, and 10% of the pistachios were eaten, and now there are 770 nuts left in the bag. Originally, there were 100 more cashews than almonds. Figure out how many of each type of nut was in the bag to begin with.

Order a print copy

As an Amazon Associate we earn from qualifying purchases.

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution License and you must attribute OpenStax.

Attribution information
  • If you are redistributing all or part of this book in a print format, then you must include on every physical page the following attribution:
    Access for free at https://openstax.org/books/college-algebra-2e/pages/1-introduction-to-prerequisites
  • If you are redistributing all or part of this book in a digital format, then you must include on every digital page view the following attribution:
    Access for free at https://openstax.org/books/college-algebra-2e/pages/1-introduction-to-prerequisites
Citation information

© Jan 9, 2024 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.