001 - Lecture - 7 - Annotated - Inverse Matrix - Cramer's Rule
001 - Lecture - 7 - Annotated - Inverse Matrix - Cramer's Rule
a
j 1
ij Ckj 0 (k i)
a
i 1
ij Cik 0 (k j )
Expansion by Alien Cofactors
Ex: Expand A using the 2nd row elements but the cofactors
of the 1st row elements
a b c
A d e f
g h i
Expansion by Alien Cofactors 2
d e f
A* d e f
g h i
Examples
Matrix Inversion
Suppose A below is non-singular:
a11 a12 ... a1n
a a22 ... a2 n
A 21
C = [|Cij|]
Matrix Inversion 2
Step 2: Form the transpose C’, called the adjoint of A:
n n n
a1 j C1 j a 1j C2 j a1 j Cnj
j 1 j 1 j 1
n n n
a2 j C1 j a 2j C2 j a2 j Cnj
AC ' j 1 j 1 j 1
( nxn )
n
n n
anj C1 j a nj C2 j a1 j Cnj
j 1 j 1 j 1
Matrix Inversion 4
Step 4:
(i) Property 7 ==> in AC’, the elements off the main
diagonal are all = 0
(ii) The elements on the main diagonal are all = |A|
A 0 ... 0
0 A 0 0
AC '
n n ... ... ... ...
0 0 0 A
1 1
==> A adj A
A
Matrix Inversion: Example
3 2
Ex: A
0 5
Solution to a System of
Linear Equations
Solution to a System of Linear Equations