I have to put a textwidth pmatrix into an align environment. When using split, it destroys the centered alignment of the other equation.
Pseudocode:
\begin{align}
\vec{a} &= \vec{b} + \vec{c} \\
\vec{c} &= \operatorname{Matrix}(Variable) \cdot \vec{d} \\
\begin{split}
\operatorname{Matrix}(Variable) &= \\
\begin{pmatrix}
textwidth matrix
\end{pmatrix}
\vec{e} &= 2 \cdot \vec{a}
\end{align}
Without the split the equations would leave the page. With split the equations are aligned left except the right aligned split part.
The result should look like:
XX=XX
X=X
XX=XXXXX
XX=
XXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXX
XX=XXXX
