Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written...

17
Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1 . When A is multiplied by A -1 the result is the identity matrix I. Non-square matrices do not have inverses. AA -1 = A -1 A = I

Transcript of Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written...

Page 1: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.

Inverse of a Matrix

Multiplicative Inverse of a Matrix

For a square matrix A, the inverse is written A-1. When A is multiplied by A-1 the result is the identity matrix I.

Non-square matrices do not have inverses.

AA-1 = A-1A = I

Page 2: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.

Are C and D inverses?

Page 3: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.

Requirements to have an Inverse1.The matrix must be square

(same number of rows and columns).2. The determinant of the matrix must not be zero

Page 4: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.
Page 5: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.

•Evaluate the following determinant:

Multiply the diagonals, and subtract:   

Page 6: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.

The computations for 3×3 determinants are messier than for 2×2's. Various methods can be used, but the simplest is probably the following:   

Take a matrix A:

Write down its determinant:

Page 7: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.

Extend the determinant's grid by rewriting the first two columns of numbers

 

Then multiply along the down-diagonals of 3 numbers:

Page 8: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.

...and along the up-diagonals of three numbers

Page 9: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.

 

Add the down-diagonals and subtract the up-diagonals:

Page 10: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.

Then det(A)= 1.

And simplify

Page 11: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.

Find the determinant of the following matrix:

 

First convert from the matrix to its determinant, with the extra columns:

Page 12: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.

 

Then multiply down and up the diagonals:

Page 13: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.

Then add the down-diagonals, subtract the up-diagonals, and simplify for the final answer:

Page 14: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.
Page 15: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.
Page 16: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.
Page 17: Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.