Code: Select all
\begin{equation}
\begin{align}
|\Psi_A|^2 &= P_A \\
|\Psi_A + \Psi_B|^2 &= P_A + P_B + I_{AB} \\
\end{align}
\end{equation}
Is there a way I can have BOTH the first AND the second equal signs line up??
When I try:
Code: Select all
\begin{equation}
\begin{align}
P_A &= |\Psi_A|^2 &= P_A \\
P_{AB} &= |\Psi_A + \Psi_B|^2 &= P_A + P_B + I_{AB} \\
\end{align}
\end{equation}
I get a disaster.