For the given system:
\[
\begin{array}{c}
x + 4y - 3z = -8 \\
3x - y + 3z = 12 \\
x + y + 6z = 1
\end{array}
\]
The matrices are:
\[
A = \begin{bmatrix}
1 & 4 & -3 \\
3 & -1 & 3 \\
1 & 1 & 6
\end{bmatrix}, \quad
X = \begin{bmatrix}
x \\
y \\
z
\end{bmatrix},
Show more…