I have two align environments which do not quite lead to a good looking result, and I don't know why. To the best of my knowledge, I did not alter anything about the alignment, and the problem also occurs when I copy the equations in a completely empty document.
How can I achieve a the "right", aesthetically pleasing typesetting of those equation?
Right Align
I do not understand why the rightmost term is aligned to the right. And I also think that the position of the = is wrong.
\begin{align}
A \qquad &\longrightarrow \qquad B &= C \\
AA \qquad &\longrightarrow \qquad BB &= ABCDE
\end{align}
Huge Space
I'm not sure why it introduces such a huge space before the rightmost term.
\begin{align}
A &=
\begin{bmatrix}
b
\end{bmatrix}
&=
\begin{bmatrix}
C + D
\end{bmatrix}
\end{align}

