Might be a dumb question, but I am firing it:
How can I align a text, A, in this case, right under a bmatrix/pmatrix?
I currently have this code:
\begin{equation*}
\begin{pmatrix}
3 & -1 & 1 \\
3 & 3 & 7 \\
3 & 6 & 2
\end{pmatrix}\begin{pmatrix}
x_1 \\
x_2 \\
x_3
\end{pmatrix} = \begin{pmatrix}
1 \\
4 \\
0
\end{pmatrix}
\end{equation*}
and this equation:
Where matrixes make equation of Ax = b. I want to write corresponding variable, like x, b, A right under the matrixes.
help?




