In the following I want all three equations to be assigned one number and that number should appear after the middle number.
Further the i > k appears as i "upside down ?" k? why is this
+ the sum in the first equation hus the subscript and superscript directly below and above the \sum, while in the last equaion which is formatted the same way they appear at the top and bottom corners?
Thanks
Baz
Code: Select all
\begin{equation}
i<k, t \leq T_i: \qquad df_k(t) = \sigma_k(t)f_k(t) \sum_{j=i+1}^k \frac{\rho_{k,j}\tau_j \sigma_j(t)f_j(t)}{1+\tau_jf_j(t)}dt +\sigma_k(t)f_k(f)dZ_k(t)
i=k, t \leq T_i : \qquad df_k(t) = \sigma_k(t)f_k(f)dZ_k(t)
i > k, t \leq T_i : \qquad df_k(t) = -\sigma_k(t)f_k(t) \sum_{j=k+1}^i \frac{\rho_{k,j}\tau_j \sigma_j(t)f_j(t)}{1+\tau_jf_j(t)}dt +\sigma_k(t)f_k(f)dZ_k(t)
\end{equation}