Title: MATRIX INVERSE
1MATRIX INVERSE
Pamela Leutwyler
2I
A Square matrix with 1s on the diagonal and 0s
elsewhere Is called an IDENTITY MATRIX.
3A square matrix A has an inverse if there is a
matrix A-1 such that AA-1 I
4Only one to one mappings can be inverted
?
Is the projection of onto
Is the counterclockwise Rotation of
through degrees.
?
5Only one to one mappings can be inverted
?
Is the projection of onto
Is the counterclockwise Rotation of
through degrees.
P is NOT invertible
?
P is NOT 1-1.
v could be any one of many vectors
6Now we will develop an algorithm to find the
inverse for a matrix that represents an
invertible mapping.
7A-1
A
I
To solve for a, b, c, reduce
To solve for d, e, f, reduce
To solve for g, h, j, reduce
8It is more efficient to do the three problems
below in one step
To solve for a, b, c, reduce
To solve for d, e, f, reduce
To solve for g, h, j, reduce
9It is more efficient to do the three problems
below in one step
10It is more efficient to do the three problems
below in one step
1
1
0
- 1
11It is more efficient to do the three problems
below in one step
0
1
-2
3
12It is more efficient to do the three problems
below in one step
7
0
-4
13It is more efficient to do the three problems
below in one step
3
-8
4
0
14A I
reduces to
I A-1