Σ
Sigma Symbol (Σ)
The uppercase Greek letter Sigma (Σ) is used in mathematics to denote summation — the adding together of a series of numbers or terms.
Mathematical Definition & Usage
The Summation Operator
In algebra and calculus, Sigma acts as a loop instruction. It sums a set of numbers that follow a specific formula pattern. The variables underneath and above the symbol represent the start index and end index of the loop.
Example Formula
The sum of the first n integers can be written as:
\sum_{i=1}^{n} i = 1 + 2 + 3 + ... + n