Question
Question: For two matrices $A = \begin{bmatrix} 3 & -6 & -1 \\ 2 & -5 & -1 \\ -2 & 4 & 1 \end{bmatrix}$ and $B...
For two matrices A=32−2−6−54−1−11 and B=102−2−10−1−13, find the product AB and hence solve the system of equations:
3x−6y−z=3 2x−5y−z+2=0 −2x+4y+z=5

Answer
The product AB is the identity matrix I=100010001, and the solution to the system of equations is x=2, y=−3, z=21.
Explanation
Solution
First, calculate the product AB. If AB=I, then B is the inverse of A (A−1=B). The system of equations can be written as AX=C. The solution is X=A−1C. Substituting A−1=B, we get X=BC. Calculate BC to find the values of x,y,z. AB=100010001 AX=32−2−6−54−1−11xyz=3−25 X=BC=102−2−10−1−133−25=2−321