A−1=∣A∣A∗T
∣A∣=4−2⋅3=−2
Minor matrix: each element mij is the determinant of 2x2 matrix, if we remove i-th row and j-th column in matrix A.
M=⎝⎛9143−4−8−2−3−4−1⎠⎞
Matrix of cofactors: change signs of m12,m21,m23,m32.
A∗=⎝⎛9−1434−82−34−1⎠⎞
Transpose matrix of cofactors:
A∗T=⎝⎛9−4−3−14−84321⎠⎞
A−1=−21⎝⎛9−4−3−14−84321⎠⎞
∣A−1∣=4.5⋅4−7⋅0.5−1.5⋅10=−0.5=1/∣A∣
Comments