0% found this document useful (0 votes)
6 views5 pages

Matrix Inversion

The document explains the process of matrix inversion using the adjoint and cofactor methods. It provides formulas for calculating the adjoint matrix, cofactor matrix, and minor matrix, along with a detailed example of finding the inverse of a specific 3x3 matrix. The determinant of the matrix is also calculated as part of the inversion process.

Uploaded by

victor mwangi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views5 pages

Matrix Inversion

The document explains the process of matrix inversion using the adjoint and cofactor methods. It provides formulas for calculating the adjoint matrix, cofactor matrix, and minor matrix, along with a detailed example of finding the inverse of a specific 3x3 matrix. The determinant of the matrix is also calculated as part of the inversion process.

Uploaded by

victor mwangi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Matrix Inversion

−1
1
𝐴 = 𝑎𝑑𝑗[𝐴] … … … . … … … … … … … … . … … . (1)
|𝐴|
𝑎𝑑𝑗[𝐴] = �𝐶𝑗𝑖 � … … … … … … … … … … … . … . … … . . (2)
𝐶𝑖𝑗 = (−1)𝑖+𝑗 𝑀𝑖𝑗 … … … … … . … … . … … . … . … … . (3)
where:

𝑎𝑑𝑗[𝐴] - adjoint matrix of 𝐴

�𝐶𝑖𝑗 � - coffactor matrix of 𝐴

�𝑀𝑖𝑗 � - minor matrix of 𝐴

1
𝑎𝑖𝑗 - components of the parent matrix A

𝑀𝑖𝑗 is formed as the determinant of the matrix formed

when components of the 𝑖 𝑡ℎ row and 𝑗𝑡ℎ column are

deleted from the parent matrix. The determinant is

obtained as:
𝑛

|𝐴| = � (−1)𝑖+𝑗 𝑎𝑖𝑗 𝑀𝑖𝑗 … … … … . . . . … … . (4)


𝑗=1
𝑖=constant

2
Example 1:
Determine the inverse of the matrix [𝐴] given:
1 1 1
[𝐴 ] = �1 5 2 �
2 1 3
Solution:
5 2
𝑀11 = � � = 15 − 2 = 13
1 3
1 2
𝑀12 = � � = 3 − 4 = −1
2 3
1 5
𝑀13 = � � = 1 − 10 = −9
2 1
1 1
𝑀21 = � �=3−1=2
1 3
3
1 1
𝑀22 = � �=3−2=1
2 3
1 1
𝑀23 = � � = 1 − 2 = −1
2 1
1 1
𝑀31 = � � = 2 − 5 = −3
5 2
1 1
𝑀32 = � �=2−1=1
1 2
1 1
𝑀33 = � �=5−1=4
1 5

13 −1 −9
�𝑀𝑖𝑗 � = � 2 1 −1�
−3 1 4

4
13 1 −9
𝐶𝑖𝑗 = �−2 1 1�
−3 −1 4
13 −2 −3
𝑎𝑑𝑗[𝐴] = � 1 1 −1�
−9 1 4

|𝐴| = 1(13) − 1(−1) + 1(−9) = 5

1 13 −2 −3
𝐴−1 = �1 1 −1�
5
−9 1 4

You might also like