Row Operations and The Augmented Matrix
Learning Objectives
- Write the augmented matrix for a system of equations
- Perform row operations on an augmented matrix
We can write this system as an augmented matrix:
We can also write a matrix containing just the coefficients. This is called the coefficient matrix.
A three-by-three system of equations such as
has a coefficient matrix
and is represented by the augmented matrix
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 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.
- Write the coefficients of the x-terms as the numbers down the first column.
- Write the coefficients of the y-terms as the numbers down the second column.
- If there are z-terms, write the coefficients as the numbers down the third column.
- Draw a vertical line and write the constants to the right of the line.
Example: Writing the Augmented Matrix for a System of Equations
Write the augmented matrix for the given system of equations.Answer: The augmented matrix displays the coefficients of the variables, and an additional column for the constants.
Try It
Write the augmented matrix of the given system of equations.Answer:
Row Operations
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.
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.
- In any nonzero row, the first nonzero number is a 1. It is called a leading 1.
- Any all-zero rows are placed at the bottom on the matrix.
- Any leading 1 is below and to the right of a previous leading 1.
- Any column containing a leading 1 has zeros in all other positions in the column.
- Interchange rows. (Notation: )
- Multiply a row by a constant. (Notation: )
- Add the product of a row multiplied by a constant to another row. (Notation: )
A General Note: 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 with the number 1 as the entry down the main diagonal and have all zeros below.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.
- The first equation should have a leading coefficient of 1. Interchange rows or multiply by a constant, if necessary.
- Use row operations to obtain zeros down the first column below the first entry of 1.
- Use row operations to obtain a 1 in row 2, column 2.
- Use row operations to obtain zeros down column 2, below the entry of 1.
- Use row operations to obtain a 1 in row 3, column 3.
- Continue this process for all rows until there is a 1 in every entry down the main diagonal and there are only zeros below.
- If any rows contain all zeros, place them at the bottom.
Example: 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.Answer: The first row already has a 1 in row 1, column 1. The next step is to multiply row 1 by and add it to row 2. Then replace row 2 with the result.
Next, obtain a zero in row 3, column 1.
Next, obtain a zero in row 3, column 2.
The last step is to obtain a 1 in row 3, column 3.
Try It
Write the system of equations in row-echelon form.Answer: