131k views
1 vote
Systems with3 VARIABLESx+y+3z=12-3x+7y-2z=-357x-6y-5z=32

1 Answer

3 votes

We use cramer's rule here.

The matrix form of the system is


\begin{bmatrix}{1} & {1} & {3} \\ {-3} & {7} & {-2} \\ {7} & {-6} & {-5}\end{bmatrix}\begin{bmatrix}{x} & {} & {} \\ {y} & {} & {} \\ {z} & & \end{bmatrix}=\begin{bmatrix}{12} & {} & {} \\ {-35} & {} & {} \\ {32} & & \end{bmatrix}

The matrix A_x is found by replacing the first column of

User Jacott
by
5.4k points