The given matrix equation can be expressed as:
\[
\begin{pmatrix}
2 & 6 & 1 \\
1 & 2 & -1 \\
5 & 7 & -4
\end{pmatrix}
\begin{pmatrix}
x_1 \\
x_2 \\
x_3
\end{pmatrix}
=
\begin{pmatrix}
7 \\
-1 \\
9
\end{pmatrix}
\]
This corresponds to the following system of
Show more…