Use matrix inversion to solve the given system of linear equ
Use matrix inversion to solve the given system of linear equations.
-x+2y-z=0
-x-y+2z=0
2x -z=4
Solution
A = -12-1-1-1220-1
B = 004
X = x1x2x3
A · X = B
so
X = A-1 · B
Find the inverse matrix using matrix of cofactors (also you can calculate the inverse matrix, using the online Inverse matrix calculator (Gaussian elimination))
Find matrix determinant :
det A = 3
Show detailed calculation of the determinant
The determinant of is not zero, therefore the inverse matrix A-1 exist. To calculate the inverse matrix find additional minors and cofactors of matrix
Find the minor M11 and the cofactor C11. In matrix A cross out row 1 and column 1.
C11 = (-1)1+1M11 = 1
Find the minor M12 and the cofactor C12. In matrix A cross out row 1 and column 2.
C12 = (-1)1+2M12 = 3
Find the minor M13 and the cofactor C13. In matrix A cross out row 1 and column 3.
C13 = (-1)1+3M13 = 2
Find the minor M21 and the cofactor C21. In matrix A cross out row 2 and column 1.
C21 = (-1)2+1M21 = 2
Find the minor M22 and the cofactor C22. In matrix A cross out row 2 and column 2.
C22 = (-1)2+2M22 = 3
Find the minor M23 and the cofactor C23. In matrix A cross out row 2 and column 3.
C23 = (-1)2+3M23 = 4
Find the minor M31 and the cofactor C31. In matrix A cross out row 3 and column 1.
C31 = (-1)3+1M31 = 3
Find the minor M32 and the cofactor C32. In matrix A cross out row 3 and column 2.
C32 = (-1)3+2M32 = 3
Find the minor M33 and the cofactor C33. In matrix A cross out row 3 and column 3.
C33 = (-1)3+3M33 = 3
Write matrix of cofactors:
C = 132234333
Transposed matrix of cofactors:
CT = 123333243
Find inverse matrix:
A-1 = CTdet A = 1323111123431
Find a solution:
X = A-1·B = 1323111123431·004 = 13·0 + 23·0 + 1·41·0 + 1·0 + 1·423·0 + 43·0 + 1·4 = 0 + 0 + 40 + 0 + 40 + 0 + 4 = 444
Answer:


