how do i center the limits for multiple sum like what we usually do for integral ,,, in other way, is there command like \idotsint for sum?
for example:
\sum\cdots\sum\limits_{n_1^2+n_2^2+...+n_N^2<\lambda}
There is now....
\documentclass{article}
\usepackage{amsmath}
\DeclareMathOperator*{\sdotsum}{\sum\cdots\sum}
\begin{document}
\[
\sdotsum\limits_{n_1^2+n_2^2+...+n_N^2<\lambda}
\]
\end{document}
\documentclass{...}and with\end{document}on the end. – Zarko Aug 25 '17 at 01:23argminorargmax? – Werner Aug 25 '17 at 02:05\mathop,\operatornameand\DeclareMathOperator? – Werner Aug 25 '17 at 02:07