Solve the following system using the adjoint matrix. $$2x+4y-10z=-2$$ $$3x+9y-21z=0$$ $$x+5y-12z=1$$
Now, I have tried to solve it, and I got the determinant of matrix $A$ is equal to zero. What is the solution of the above system? Please help me. Thank you.
The determinant of the matrix is $-6$: $$ \det\begin{bmatrix} 2 & 4 & -10 \\ 3 & 9 & -21 \\ 1 & 5 & -12 \end{bmatrix} = -216-84-150+90+210+144=-6 $$ Thus the system has a single solution. Write it as $AX=B$, where $$ A=\begin{bmatrix} 2 & 4 & -10 \\ 3 & 9 & -21 \\ 1 & 5 & -12 \end{bmatrix} \quad X=\begin{bmatrix} x \\ y \\ z \end{bmatrix} \quad B=\begin{bmatrix} -2 \\ 0 \\ 1 \end{bmatrix} $$ and use that $$ \operatorname{adj}A\cdot A=(\det A)I_3 $$ so you get $$ (\det A)X=\operatorname{adj}A\cdot B $$