Top Banner
2.5 The Gauss-Jordan Method for Calculating Inverses Finding Inverses When the matrix is a 2 x 2, the inverse is easy to find using the determinant. What if the inverse of a larger square matrix needs to be found? That is when G-J needs to be performed with the original matrix and How this works… You set up the process to look like: Then do row manipulations until it looks like: What is the inverse of an inverse matrix? AI 1 I A 1 1 A A
6

2.5 The Gauss-Jordan Method for Calculating Inverses Finding Inverses When the matrix is a 2 x 2, the inverse is easy to find using the determinant. What.

Jan 01, 2016

Download

Documents

Agnes Bailey
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 2.5 The Gauss-Jordan Method for Calculating Inverses Finding Inverses When the matrix is a 2 x 2, the inverse is easy to find using the determinant. What.

2.5 The Gauss-Jordan Method for Calculating Inverses

Finding Inverses• When the matrix is a 2 x 2,

the inverse is easy to find using the determinant.

• What if the inverse of a larger square matrix needs to be found?

• That is when G-J needs to be performed with the original matrix and Identity matrix side by side.

How this works…• You set up the process to

look like:

• Then do row manipulations until it looks like:

• What is the inverse of an inverse matrix?

A I

1I A

11A A

Page 2: 2.5 The Gauss-Jordan Method for Calculating Inverses Finding Inverses When the matrix is a 2 x 2, the inverse is easy to find using the determinant. What.

Find the Inverse12 1

1 3A

Page 3: 2.5 The Gauss-Jordan Method for Calculating Inverses Finding Inverses When the matrix is a 2 x 2, the inverse is easy to find using the determinant. What.

Find the Inverse

6 2

2 1A

Page 4: 2.5 The Gauss-Jordan Method for Calculating Inverses Finding Inverses When the matrix is a 2 x 2, the inverse is easy to find using the determinant. What.

Find the Inverse

4 2 3

8 3 5

7 2 4

A

Page 5: 2.5 The Gauss-Jordan Method for Calculating Inverses Finding Inverses When the matrix is a 2 x 2, the inverse is easy to find using the determinant. What.

Find the Inverse

2 2 0

0 2 0

3 0 1

A

Page 6: 2.5 The Gauss-Jordan Method for Calculating Inverses Finding Inverses When the matrix is a 2 x 2, the inverse is easy to find using the determinant. What.

2.5 The Gauss-Jordan Method for Calculating Inverses

• Problems to complete:Pg. 101 #1, 3, 4, 7