I am trying to put 3 equations with aligned "=" signs as well as left aligned. I tried the following:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{flalign*}
RPC &= A+B\tilde{f} +C x &\\
A &= a+\eta &\\
E &= cte &
\end{flalign*}
\end{document}
With this, I get the material on the left and the alignment signs "=". However, I also need A (in the second equation) and E (in the third equation), which must be aligned with R (in the first)
Does anyone know how to get it?
thank
Jorge source
share