4.7 Solving Systems using Matrix Equations and Inverses

11
4.7 4.7 Solving Systems Solving Systems using Matrix using Matrix Equations and Equations and Inverses Inverses

description

Matrix Equation A linear system can be written as a matrix equation AX=B Constant matrix Coefficient matrix Variable matrix

Transcript of 4.7 Solving Systems using Matrix Equations and Inverses

Page 1: 4.7 Solving Systems using Matrix Equations and Inverses

4.74.7Solving Systems using Solving Systems using Matrix Equations and Matrix Equations and

InversesInverses

Page 2: 4.7 Solving Systems using Matrix Equations and Inverses

Matrix Equation

68

2145yx

A linear system can be written as a matrix equation AX=B

Coefficient matrix Variable

matrix

Constant matrix

5 4 81 2 6x yx y

Page 3: 4.7 Solving Systems using Matrix Equations and Inverses

Ex. 1 Write as a matrix equation.

3 4 52 10x yx y

105

1243

yx

Page 4: 4.7 Solving Systems using Matrix Equations and Inverses

Suppose ax = bHow do you solve for x?

We cannot divide matrices, but we can multiply by the inverse.

AX = BAA-1-1 AA-1-1

IX = AA-1-1BX = AA-1-1B

Solving Matrix Equations

Page 5: 4.7 Solving Systems using Matrix Equations and Inverses

Ex. 2 Solve using matrices.

3 4 52 10x yx y

x = -7y = -4

105

1243

yx

A B

X = AA-1-1BAX = B

(-7, -4)

Page 6: 4.7 Solving Systems using Matrix Equations and Inverses

Ex. 3 Solve using matrices7 3 1114 4 2x yx y

x = 5/7y = 2

(5/7, 2)

Page 7: 4.7 Solving Systems using Matrix Equations and Inverses

Ex. 4 Solve using matrices2 3 13 3 12 4 2

x y zx y zx y z

x = 2y = -1z = -2

(2, -1, -2)

Page 8: 4.7 Solving Systems using Matrix Equations and Inverses

Ex. 5 Solve using matrices

x y zx yx y z

3 5 152 19 8 4 12

x = 4y = -7z = 2

(4, -7, 2)

Page 9: 4.7 Solving Systems using Matrix Equations and Inverses

Unique Solutions• Find detA. If it = 0 then there is

an unique solution.

• If detA = 0 then the system does not have a unique solution.

Page 10: 4.7 Solving Systems using Matrix Equations and Inverses

Determine whether each system has an unique solution.

20x + 5y = 14530x – 5y = 125

Page 11: 4.7 Solving Systems using Matrix Equations and Inverses

Assignment

Pg. 213 1-21 odd