12
Lesson 6.4

Lesson 6.4. In Lesson 6.3, we used an inverse matrix to solve systems represented by matrices. This is a powerful strategy to use when the number of

Embed Size (px)

Citation preview

Page 1: Lesson 6.4.  In Lesson 6.3, we used an inverse matrix to solve systems represented by matrices. This is a powerful strategy to use when the number of

Lesson 6.4

Page 2: Lesson 6.4.  In Lesson 6.3, we used an inverse matrix to solve systems represented by matrices. This is a powerful strategy to use when the number of

In Lesson 6.3, we used an inverse matrix to solve systems represented by matrices. This is a powerful strategy to use when the number of variables is equal to the number of equations.

In many applications, however, the number of variables is not equal to the number of equations. The row reduction method is such a method. It requires only one matrix, and it extends the method of elimination in a systematic way.

Page 3: Lesson 6.4.  In Lesson 6.3, we used an inverse matrix to solve systems represented by matrices. This is a powerful strategy to use when the number of

In section 6.3 we replaced the system of equations with an equivalent matrix equation and then used the inverse matrix to solve the equation.

In this lesson we’ll write an augmented matrix, which is a single matrix that contains columns for the coefficients of each variable and a final column for the constant terms.

Page 4: Lesson 6.4.  In Lesson 6.3, we used an inverse matrix to solve systems represented by matrices. This is a powerful strategy to use when the number of

The row reduction method transforms an augmented matrix into a solution matrix.

Instead of combining equations and multiples of equations until you are left with an equation in one variable, you add multiples of rows to other rows until you obtain the solution matrix.

The solution matrix for a consistent and independent system contains the solutions in the last column.

The rest of the matrix consists of 1’s along the main diagonal and 0’s above and below it.

1 0

0 1

a

b

2 1 5

5 3 13

Page 5: Lesson 6.4.  In Lesson 6.3, we used an inverse matrix to solve systems represented by matrices. This is a powerful strategy to use when the number of
Page 6: Lesson 6.4.  In Lesson 6.3, we used an inverse matrix to solve systems represented by matrices. This is a powerful strategy to use when the number of

Solve this system of equations.2x+ y= 5

5x+ 3y=1  3

Because the equations are in standard form, you can copy the coefficients and constants from each equation into corresponding rows of the augmented matrix.

2 1 5

5 3 13

Page 7: Lesson 6.4.  In Lesson 6.3, we used an inverse matrix to solve systems represented by matrices. This is a powerful strategy to use when the number of

Using only the elementary row operations, you can transform this matrix into the solution matrix.

You need both m21 and m12 to be 0, and you need both m11 and m22 to be 1.

.

2 1 5

5 3 13

1 0

0 1

a

b

Page 8: Lesson 6.4.  In Lesson 6.3, we used an inverse matrix to solve systems represented by matrices. This is a powerful strategy to use when the number of

Add -2.5 times row 1 to row 2 to get 0 for m21 .

Multiply equation 1 by 2.5 and add to equation 2 to eliminate x.

2 1 5

5 3 13

1 0

0 1

a

b

Multiply row 2 by 2 to change m22 to 1.

Multiply the equation by 2 to find y.

Page 9: Lesson 6.4.  In Lesson 6.3, we used an inverse matrix to solve systems represented by matrices. This is a powerful strategy to use when the number of

Add 1 times row 2 to row 1 to get 0 for m12 .

Multiply this new equation by -1, and add the result to equation 1 to eliminate y.

2 1 5

5 3 13

1 0

0 1

a

b

Multiply row 1 by 0.5. Multiply the equation by 0.5 to find x.

The last column of the solution matrix indicates that the solution to the system is (2, 1).

Page 10: Lesson 6.4.  In Lesson 6.3, we used an inverse matrix to solve systems represented by matrices. This is a powerful strategy to use when the number of
Page 11: Lesson 6.4.  In Lesson 6.3, we used an inverse matrix to solve systems represented by matrices. This is a powerful strategy to use when the number of

You have learned how to interpret a typical solution matrix.For this matrix the solution is x = 12, y = 30, and z = 8.

This matrix represents the equations x =12 and y + 3z = 54. These equations indicate that there was not enough information to find a single solution. Therefore, the system has infinitely many solutions. Can you find several ordered triples that satisfy the equations?

possible answers (12, 0, 18), (12, 27, 9)

Page 12: Lesson 6.4.  In Lesson 6.3, we used an inverse matrix to solve systems represented by matrices. This is a powerful strategy to use when the number of

Or the final matrix may look like

The last row claims that 0 equals 5, which is not true. Therefore, this matrix shows

that the system of equations has no solution.