Hey, I\'m writing a formula with three indexes i,j,k. At the end of the line I\'d like to put this:
i=1,...,a j=1,...,b k=1,...,n
But I\'d
Try the \substack command:
\substack
z_i = a_j + b_k \qquad \substack{ i=1,\dots,a \\ j=1,\dots,b \\ k=1,\dots,n}