CamteX
All guides

Sum and product in LaTeX

A sum is written with \sum and a product with \prod. In display math the limits go above and below the symbol; in a line of text they sit beside it so the line spacing stays even.

Sum

\sum_{i=1}^{n} x_i
i=1nxi\sum_{i=1}^{n} x_i

Arithmetic mean

\bar{x} = \frac{1}{n} \sum_{i=1}^{n} x_i
xˉ=1ni=1nxi\bar{x} = \frac{1}{n} \sum_{i=1}^{n} x_i

Product

n! = \prod_{k=1}^{n} k
n!=k=1nkn! = \prod_{k=1}^{n} k

Common mistakes

See also

Don't want to memorize commands?

Draw a formula or paste a screenshot, and CamteX turns it into ready LaTeX.

Try it free