Suppose I have a system of equations I'd like to present as a vector. Using amsmath, something like
\begin{equation}
\begin{pmatrix}
(2)(2)+(-1)(-3) \\
(4)(2)+(3)(-3)
\end{pmatrix}
\end{equation}
What I'd like to do is not simply 'center the equations' within the vector (easy enough), but have them center-aligned on the '+' sign. I've tried embedding align within pmatrix, but that doesn't seem to work. In the end, it isn't critical that the equations are presented within a formal 'matrix' structure -- I'd be satisfied with a 'large enough' left and right delimiter.
Any suggestions welcomed.


{}) or hit Ctrl+K. – Claudio Fiandrino Oct 23 '13 at 13:12