Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

10/11/21, 11:02 PM Row Operations and Augmented Matrices | College Algebra

College Algebra

Module 14: Solve Systems With Matrices

Row Operations and Augmented Matrices

https://courses.lumenlearning.com/waymakercollegealgebra/chapter/row-operations-an… 1/11
10/11/21, 11:02 PM Row Operations and Augmented Matrices | College Algebra

LEARNING OUTCOMES

Write the augmented matrix for a system of equations.

Perform row operations on an augmented matrix.

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 system of equations.

3x + 4y = 7

4x − 2y = 5

We can write this system as an augmented matrix:

3 4 7
[ | ]
4 −2 5

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

3 4
[ ]
4 −2

A three-by-three system of equations such as

3x − y − z = 0

x + y = 5

2x − 3z = 2

has a coefficient matrix

https://courses.lumenlearning.com/waymakercollegealgebra/chapter/row-operations-an… 2/11
10/11/21, 11:02 PM Row Operations and Augmented Matrices | College Algebra

3 −1 −1
⎡ ⎤
⎢1 1 0⎥
⎣ ⎦
2 0 −3

and is represented by the augmented matrix

3 −1 −1 0
⎡ ⎤
⎢1 1 0 | 5⎥
⎣ ⎦
2 0 −3 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 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: WRITING THE AUGMENTED MATRIX FOR A


SYSTEM OF EQUATIONS

Write the augmented matrix for the given system of equations.

https://courses.lumenlearning.com/waymakercollegealgebra/chapter/row-operations-an… 3/11
10/11/21, 11:02 PM Row Operations and Augmented Matrices | College Algebra

x + 2y − z = 3

2x − y + 2z = 6

x − 3y + 3z = 4

Show Solution

TRY IT

Write the augmented matrix of the given system of equations.


4x − 3y = 11

3x + 2y = 4

Show Solution

Try Another Version of This


Question

Write the system of equations


as an augmented matrix.

⎧ 6z − 6d − 6u = −

⎨ − 3z + 2d + 2u = 34


3z + 7d + 6u = 28

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

https://courses.lumenlearning.com/waymakercollegealgebra/chapter/row-operations-an… 4/11
10/11/21, 11:02 PM Row Operations and Augmented Matrices | College Algebra

smoother and more intuitive. Here, we will use the information in an


augmented matrix to write the system of equations in standard form.

EXAMPLE: WRITING A SYSTEM OF EQUATIONS FROM


AN AUGMENTED MATRIX FORM

Find the system of equations from the augmented matrix.


1 −3 −5 −2
⎡ ⎤

⎢ 2 −5 −4 | 5⎥
⎣ ⎦
−3 5 4 6

Show Solution

TRY IT

Write the system of equations from the augmented matrix.


1 −1 1 5
⎡ ⎤
⎢2 −1 3| 1 ⎥
⎣ ⎦
0 1 1 −9

Show Solution

https://courses.lumenlearning.com/waymakercollegealgebra/chapter/row-operations-an… 5/11
10/11/21, 11:02 PM Row Operations and Augmented Matrices | College Algebra

Try Another Version of This


Question

Write the augmented matrix as


a system of equations
1 −6 2 200
⎡ ⎤

⎢0 1 0 100 ⎥
⎣ ⎦
0 1 1 300

x + y +
z =

x + y +
z =

x + y +
z =

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.

Row-echelon form

1 a b
⎡ ⎤

⎢0 1 d⎥
⎣ ⎦
0 0 1

We use row operations corresponding to equation operations to obtain a

https://courses.lumenlearning.com/waymakercollegealgebra/chapter/row-operations-an… 6/11
10/11/21, 11:02 PM Row Operations and Augmented Matrices | College Algebra

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 of 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 ↔ Rj )

2. Multiply a row by a constant. (Notation: cR ) i

3. Add the product of a row multiplied by a constant to another row.


(Notation: R i + cRj )

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.

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 A with
the number 1 as the entry down the main diagonal and have all zeros
below.

https://courses.lumenlearning.com/waymakercollegealgebra/chapter/row-operations-an… 7/11
10/11/21, 11:02 PM Row Operations and Augmented Matrices | College Algebra

a11 a12 a13 1 b12 b13


⎡ ⎤ After Gaussian elimination
⎡ ⎤
A = ⎢ a21 a22 a23 ⎥ → A = ⎢ 0 1 b23 ⎥
⎣ ⎦ ⎣ ⎦
a31 a32 a33 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: 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 3
⎡ ⎤
⎢ 2 −5 6 | 6⎥
⎣ ⎦
−3 3 4 6

https://courses.lumenlearning.com/waymakercollegealgebra/chapter/row-operations-an… 8/11
10/11/21, 11:02 PM Row Operations and Augmented Matrices | College Algebra

Show Solution

TRY IT

Write the system of equations in row-echelon form.


x − 2y + 3z = 9

− x + 3y = −4

2x − 5y + 5z = 17

Show Solution
5 5 17
1 −
⎡ 2 2 2 ⎤

⎢ ⎥
⎢ 0 1 5 | 9 ⎥
⎣ ⎦
0 0 1 2

Try Another Version of This


Question

GIVE the reduced row echelon


form of thE augmented matrix

1 −2 0 200
⎡ ⎤

⎢ 0 1 3 250 ⎥
⎣ ⎦
−3 6 1 300

Contribute!

Did you have an idea for improving this content? We’d love
your input.

https://courses.lumenlearning.com/waymakercollegealgebra/chapter/row-operations-an… 9/11
10/11/21, 11:02 PM Row Operations and Augmented Matrices | College Algebra

Improve this page Learn More

https://courses.lumenlearning.com/waymakercollegealgebra/chapter/row-operations-a… 10/11
10/11/21, 11:02 PM Row Operations and Augmented Matrices | College Algebra

Previous Next

https://courses.lumenlearning.com/waymakercollegealgebra/chapter/row-operations-a… 11/11

You might also like