Prove the property a 1 a 1 1 1 1 b 1 1 1 1 c abc 1 1a
Solution
problem 4
1)
Your matrix
Eliminate elements in the 1st column under the 1st element
Eliminate elements in the 2nd column under the 2nd element
Multiply the main diagonal elements
1 x (-1) x 2 = -2
Determinant is -2
inverse of matrix A
Your matrix
Determinant is not zero, therefore inverse matrix exists
Very detailed solution
Write the augmented matrix
Find the pivot in the 1st column in the 1st row
Eliminate the 1st column
Find the pivot in the 2nd column in the 2nd row (inversing the sign in the whole row)
Eliminate the 2nd column
Make the pivot in the 3rd column by dividing the 3rd row by 2
Eliminate the 3rd column
There is the inverse matrix on the right
inverse is
now we will calculate det of A inverse
Your matrix
Eliminate elements in the 1st column under the 1st element
Eliminate elements in the 2nd column under the 2nd element
Multiply the main diagonal elements
(-2) x 0.5 x 0.5 = -0.5
Determinant is -0.5
so det(A) = 1/det of inverse(A)
| Sign | A1 | A2 | A3 | |
|---|---|---|---|---|
| + | 1 | 1 | 0 | 2 |
| 2 | 2 | -1 | 3 | |
| 3 | 1 | -2 | 2 |

