I have some equations that I would like to show aligned. However, I want to gather them in two groups, so I can make a reference to the first group, or to the second group (a single equation in this case).
I would like to do the next, but with the last equation aligned to the previous 4.
Code: Select all
\begin{subequations}\label{eq_1}
\begin{align}
m_{i}'=&0 \quad m_{ij}=m_{i} \\
mx_{j}'=&0 \quad m_{ij}=-\frac{1}{\lambda_j\cos\alpha_j}\cdot mx_j \\
my_{j}'=&0 \quad m_{ij}=-\frac{1}{\lambda_j\sin\alpha_j}\cdot my_j \\
J_{j}'=&0 \quad m_{ij}=-\frac{1}{\lambda_j^2} \cdot J_j
\end{align}
\end{subequations}
\begin{equation}\label{eq_2}
m_{j}'=0 \quad\Longrightarrow\quad m_{ij}=-m_j
\end{equation}
Thank you in advance,