<< Chapter < Page Chapter >> Page >

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 ]

When the columns represent the variables x , y , and z ,

[ 1 −3 −5 2 −5 −4 −3 5 4    |    −2 5 6 ] x 3 y 5 z = 2 2 x 5 y 4 z = 5 −3 x + 5 y + 4 z = 6
Got questions? Get instant answers now!
Got questions? Get instant answers now!

Write the system of equations from the augmented matrix.

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

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

Got questions? Get instant answers now!

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 ]

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 )
  2. Multiply a row by a constant. (Notation: c R i )
  3. Add the product of a row multiplied by a constant to another row. (Notation: 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 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 ]

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.

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.
Practice Key Terms 7

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Algebra and trigonometry. OpenStax CNX. Nov 14, 2016 Download for free at https://legacy.cnx.org/content/col11758/1.6
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Algebra and trigonometry' conversation and receive update notifications?

Ask