0

I've created a vector equation using the following:

$$x_1\begin{bmatrix}1\\0\end{bmatrix}+
  x_2\begin{bmatrix}2\\-5\end{bmatrix}+
  x_3\begin{bmatrix}-1\\3\end{bmatrix}
 =\begin{bmatrix}4\\1\end{bmatrix}$$

This creates a center-aligned vector equation.

I'd now like to add the words "vector equation" on the same line, aligned to the right. How can I do this?

Yehuda
  • 137
  • 1
    https://tex.stackexchange.com/a/69854/134144 might be worth having a look at. – leandriis Jan 09 '20 at 15:38
  • 2
    Don't use $$ $$. Instead of, use equation environment and then use \tag{vector equation} inside it to change the equation tag. – Sigur Jan 09 '20 at 15:38
  • @leandriis Someone else pointed this out to me, but I haven't had a chance to read through the literature yet, so I'm still working with the old $$ for now. – Yehuda Jan 09 '20 at 15:43

0 Answers0