The inverse of matrix is (43, -11, 2).
What is inverse of matrix?
A matrix is a multidimensional generalization of the concept of reciprocal of a number: the product between a number and its reciprocal is equal to 1; the product between a square matrix and its inverse is equal to the identity matrix.
given equation:
x + 5y + 10z = 8
y + 4z = -3
x+6y + 15z = 7
The cofactors of the matrix is
C_11 = -9
C_12= 4
C_13=-1
C_21 = -15
C_22= 5
C_23 = -1
C_31= 10
C_32= -4
C_33= 1
The cofactor matrix is,
[tex]\left[\begin{array}{ccc}-9 & 4 & -1\\-15 & 5 & -1\\10 & -4 & 1\end{array}\right][/tex]
The transpose of matrix,
[tex]\left[\begin{array}{ccc}-9 & -15 & 10\\4 & 5 & -4\\1 & -1 & 1\end{array}\right][/tex]
The determinant of matrix is = 21.
The augmented matrix is attached below
Hence, the inverse of matrix is (43, -11, 2).
Learn more about this concept here:
https://brainly.com/question/13253064
#SPJ1