I have a very wide equation that I can't put on one line. If I do, it runs off the end of the page.
Unfortunately, when I use the newline character \\ to put part of the equation on the next line, the eqnarray environment thinks it is another equation and gives a separate equation number to it. It is only supposed to be one equation!
This is the code;
Code: Select all
\begin{eqnarray}
\frac{dP\left(z\right)}{dX} =&re^{-r\left(T-z\right)}\frac{C/{NE}}{1-e^{-rT}} + \frac{1}{E}\int\limits_z^T \frac{dv}{dR}\frac{dR}{dt}e^{-r\left(t-z\right)}dt \\
&-\frac{v\left(\overline{R}\right)}{E}e^{-r\left(T-z\right)} + re^{-r\left(T-z\right)}\frac{\frac{1}{E}\int\limits_0^T ve^{-ru}du}{1-e^{-rT}}
\label{eq:eight}
\end{eqnarray}
Thanks