∑ is shorthand for 'sum'. Below: starting index. Above: ending index. Inside: the term to sum.
Try it
∑ᵢ₌₁⁴ i² = ?
1 + 4 + 9 + 16 = 30.
∑ is shorthand for 'sum'. Below: starting index. Above: ending index. Inside: the term to sum.
∑ᵢ₌₁⁴ i² = ?
1 + 4 + 9 + 16 = 30.