I am still new in latex...I have tried many times to write this equation in latex, but no way...always error...any help, please.
My Regards.
I am still new in latex...I have tried many times to write this equation in latex, but no way...always error...any help, please.
My Regards.
Here is a start. As explained in the above comments, what you want seems fairly easy to obtain, but I am too lazy to retype the whole thing :-)
\documentclass[12pt]{report}
\usepackage{mathtools}
\begin{document}
\begin{equation*}
\begin{aligned}
\mathcal{D}_{ik}(t) =
&\sum_{j=1}^{\lfloor \frac{c}{d} \rfloor} \Bigg( \prod_{i=1}^{n} \Big( \text{some stuff} \Big) \Bigg)\\
& + {} \text{some other stuff}
\end{aligned}
\end{equation*}
\end{document}
\frac is used.
– Denis
Sep 30 '19 at 10:49
mathmode? The only troubling thing here could be the\Biggbrackets #hintYou can look up the rest on the internet or draw the symbols on kirelabs.
People will also be much more likely to help you if you post your attempt which gives an error and the error itself.
– Nepumuk Sep 30 '19 at 07:29