I wrote a matrix equation
\[
\left[ \begin{array}{c}
v^{0}_{n} \\
v^{K-1}_{n}
\end{array} \right] =
-\frac{1}{C_{ref}}
\left[ \begin{array}{ccc} V^{0}_{0,n} & \cdots & V^{0}_{M-1,m} \\
\vdots & \ddots & \vdots \\
V^{K-1}_{0,n} & \cdots & V^{K-1}_{M-1,n}
\end{array} \right]
\left[ \begin{array}{c}
C_{0,n} \\
C_{M-1,n}
\end{array}
\right]
\]
I want to put an equation number at the end of this equation. But only way I know how to do that is to put this whole equation in \begin{equation} and \end{equation} which gives an error. The error is
Bad math environment delimiter
When I delete \[ and \] from the start and end of my equation, I no longer get an error. My question is that why am I getting this error just by moving an equation in \begin and \end.
:)I'm deleting mine now. As for your question: No,\tag{...}doesn't cause duplicate numbering inequation-like environments. But it simply replaces the numbers that would've been given by those environments. – Herr K. Dec 05 '13 at 06:30