10
3.6 Solving Systems Using Matrices • You can use a matrix to represent and solve a system of equations without writing the variables. •A matrix is a rectangular array of numbers. • You usually display the array within brackets. • The dimensions of a matrix are the numbers of rows and columns in the array.

3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular

Embed Size (px)

Citation preview

Page 1: 3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular

3.6 Solving Systems Using Matrices• You can use a matrix to represent and solve a system of

equations without writing the variables.

• A matrix is a rectangular array of numbers.

• You usually display the array within brackets.

• The dimensions of a matrix are the numbers of rows and columns in the array.

Page 2: 3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular

Matrices• Each number in a matrix is a matrix element.

• You can identify a matrix element by its row and column numbers.– In matrix A, a12 is the element in row 1 and in column 2.

– So, a12 is the element 4.

Page 3: 3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular

Representing Systems with Matrices• How can you represent the system of equations

with a matrix?

2x + y = 9

x – 6y = -1

2 1 9

1 6 1

Page 4: 3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular

Representing Systems with Matrices• How can you represent the system of equations

with a matrix?

x – 3y + z = 6

x + 3z = 12

y = -5x + 1 5x + y = 1

1 3 1 6

1 0 3 12

5 1 0 1

Page 5: 3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular

Writing a System from a Matrix• What linear system of equations does this matrix

represent?

5x + 2y = 70x + 1y = 9

5x + 2y = 7y = 9

5 2 7

0 1 9

Page 6: 3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular

Row Operation• You can use a matrix that represents a system of

equations to solve the system.• Your goal is to use row operations to get a matrix

in the form or

• Notice that the first matrix represents the system x = a, y = b, which then will be the solution of a system of two equations in two unknowns.

• The second matrix represents the system x = a, y = b, and z = c.

1 0

0 1

a

b

1 0 0

0 1 0

0 0 1

a

b

c

Page 7: 3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular
Page 8: 3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular

Solving a System Using a Matrix• What is the solution of the system?

x + 4y = -1

2x + 5y = 4

• See solution on p. 177, example 4.

Page 9: 3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular

Using a Calculator to Solve a Linear System• See example 5 on p. 178.

Page 10: 3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular

More Practice!!!!!• Homework – Textbook p. 179 – 180 #8 – 29.