I am looking to create a subequation environment with three equations. However, I want to group the 2nd and 3rd equations with a brace on the left side. I tried this (using the empheq package):
\begin{subequations}
\begin{align}
A&=B \\
\end{align}
\begin{empheq}[left=\empheqlbrace]{align}
C&=D \\
E&=F
\end{empheq}
\end{subequations}
But the alignment (as expected) between the two sets of equations doesn't come out well. Any hints?

alignedequation blocks; give some feedback on your findings. – Werner Jun 25 '12 at 16:21