I have to write 3 equations one after the other and each of them needs the number to be referred to. Instead of writing 3 times \begin{equation} ... \end{equation}, I used the eqnarray environment as follows:
Code: Select all
\begin{eqnarray}
C_1&=&\frac{C_{m1}}{\cos\alpha_1}=W_1\frac{\cos\beta_1}{\cos\alpha_1},\\
M_1&=&\frac{C_1}{a_1}=\frac{W_1\cos\beta_1}{a_1\cos\alpha_1}=M_{1,rel}\frac{\cos\beta_1}{\cos\alpha_1}, \label{eq:abs_mach}\\
U_1&=&W_1\sin\beta_1+C_1\sin\alpha_1=W_1\cos\beta_1(\tan\beta_1+\tan\alpha_1),
\end{eqnarray}
Basically, I want each equation to be at the center of the page. without taking care of their length (they are not of the same lenght).
Is there any way to do so in the eqnarray environment or is it better and faster to write 3 times \begin{equation} ... \end{equation}?
Thank you very much.
Cheers, Mattia.