We shall find the inverse of matrix p, denoted as p−1, using the cofactor method
Say the 3 X 3 matrix is given by
p=⎣⎡2131−12011⎦⎤
Next, we find the determinant of p denoted as ∣p∣
∣p∣=2∣∣−1211∣∣−1∣∣1311∣∣+0∣∣13−12∣∣
=2(−3)−1(−2)+0
=−6+2
=−4
Thus, we have ∣p∣=−4
Now, We shall find the cofactor which is given by
=⎣⎡+∣∣−1211∣∣−∣∣1201∣∣+∣∣1−101∣∣−∣∣1311∣∣+∣∣2301∣∣−∣∣2101∣∣+∣∣13−12∣∣−∣∣2312∣∣+∣∣2111∣∣⎦⎤
=⎣⎡−3−1122−25−1−3⎦⎤
Now, by finding the transpose of the above matrix and dividing by the determinant
we have,
=−41⎣⎡−325−12−11−2−3⎦⎤=p−1
Hence, we have
p−1=⎣⎡432−14−5412−1414−12143⎦⎤
which is the inverse of the matrix by the cofactor method.
Comments