i am new to the forum and haven't become very femiliar with latex, yet
i would like to get an equation that looks like that: (see uploaded picture at the bottom)
what i did now, is this:
Code: Select all
\begin{eqnarray}
L & = & \sum_{t=0}^{\infty} \beta^t \left[ \left( log(C_t) + \theta \frac{M_t}{P_t} +V\left( \bar{N} - N_t \right) \right) \\
& & {} + \lambda_t \left( \frac{W_t}{P_t} N_t + \kappa_t I_{t-1} + \mu_t \frac{M_{t-1}}{P_t} - C_t - \frac{M_t}{P_t} - I_t \right)\right] \\
\end{eqnarray}
now, there are two things, that really puzzle me:
1) where is the bracket "]" at the very end? it is part of the code, but it doesnt appear in the pdf output

2) where do the (3) and (4) come from? this is really surprising to me...
thank you very much