13.6 matrix solution of a linear system. examine the matrix equation below. how would you solve...

10
13.6 MATRIX SOLUTION OF A LINEAR SYSTEM

Upload: deirdre-jennings

Post on 01-Jan-2016

217 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: 13.6 MATRIX SOLUTION OF A LINEAR SYSTEM.  Examine the matrix equation below.  How would you solve for X?  In order to solve this type of equation,

13.6 MATRIX SOLUTION OF A LINEAR SYSTEM

Page 2: 13.6 MATRIX SOLUTION OF A LINEAR SYSTEM.  Examine the matrix equation below.  How would you solve for X?  In order to solve this type of equation,

Examine the matrix equation below.

  How would you solve for X?

In order to solve this type of equation, we need the of the matrix that is multiplied by X.

A matrix times it’s inverse is the matrix:

5 27 3

⎣⎢

⎦⎥X = 9 −6

−3 2

⎣⎢

⎦⎥

inverse

identity

1 00 1

⎣⎢

⎦⎥

Page 3: 13.6 MATRIX SOLUTION OF A LINEAR SYSTEM.  Examine the matrix equation below.  How would you solve for X?  In order to solve this type of equation,

Inverse Matrix

The inverse of 2X2 matrix is found by the following:

If the determinant of A is , then there is no inverse and we call this a singular matrix.

A =a1 b1

a2 b2

⎢⎢

⎥⎥

A−1 =1

detA

b2 −b1

−a2 a1

⎢⎢

⎥⎥

zero

Page 4: 13.6 MATRIX SOLUTION OF A LINEAR SYSTEM.  Examine the matrix equation below.  How would you solve for X?  In order to solve this type of equation,

Find the inverse of the matrix. If the matrix is singular, state so.

1. 2.

2 34 7

⎣⎢

⎦⎥

−11 5−4 2

⎣⎢

⎦⎥

Page 5: 13.6 MATRIX SOLUTION OF A LINEAR SYSTEM.  Examine the matrix equation below.  How would you solve for X?  In order to solve this type of equation,

Solving Matrix Equations

We use inverses when solving matrix equations like the opening example.

For matrix equation , in order to get X by itself we need to LEFT multiply both sides of the equation by the inverse of A ( ).

This would look like .

AX =B

A−1

A−1AX =A−1B

Page 6: 13.6 MATRIX SOLUTION OF A LINEAR SYSTEM.  Examine the matrix equation below.  How would you solve for X?  In order to solve this type of equation,

3. Solve the opening example

5 27 3

⎣⎢

⎦⎥X = 9 −6

−3 2

⎣⎢

⎦⎥

Page 7: 13.6 MATRIX SOLUTION OF A LINEAR SYSTEM.  Examine the matrix equation below.  How would you solve for X?  In order to solve this type of equation,

Solve for matrix X.

4.

6 −35 −2

⎣⎢

⎦⎥X = 9 −6

12 −3

⎣⎢

⎦⎥

Page 8: 13.6 MATRIX SOLUTION OF A LINEAR SYSTEM.  Examine the matrix equation below.  How would you solve for X?  In order to solve this type of equation,

Solving a System

We can also use this method for solving a system of equations.

For the following system,

  The system in matrix form would look

like:

−4x+ y=−11

−5x+ 3y=−19

−4 1−5 3

⎣⎢

⎦⎥

xy

⎣⎢⎢

⎦⎥⎥= −11

−19

⎣⎢

⎦⎥

Page 9: 13.6 MATRIX SOLUTION OF A LINEAR SYSTEM.  Examine the matrix equation below.  How would you solve for X?  In order to solve this type of equation,

In order to solve the system we need to multiply both sides by the of the coefficient matrix. Solve the system!

inverse

−4 1−5 3

⎣⎢

⎦⎥

xy

⎣⎢⎢

⎦⎥⎥= −11

−19

⎣⎢

⎦⎥

Page 10: 13.6 MATRIX SOLUTION OF A LINEAR SYSTEM.  Examine the matrix equation below.  How would you solve for X?  In order to solve this type of equation,

5. Solve the system using a matrix equation.

3x + 2y=−3

7x + 4y=1