Art by Walfie
176 words
1 minutes
Understanding Sigma and Product Notation in Mathematics
Mathematics frequently uses compact notation to represent long repetitive expressions. Two of the most common are:
- Summation (sigma notation):
- Product (pi notation):
This post will explain what these symbols mean, how to interpret them, and how to write them using LaTeX in Markdown.
🔢 Sigma Notation: Summation
The summation symbol represents the sum of terms in a sequence or function.
Syntax
This means:
Start with , increase by 1 until , and sum all values of .
Example
You can also include conditions:
✖️ Pi Notation: Product
The product symbol represents the product of terms.
Syntax
This means:
Multiply all values of from to .
Example
Just like summation, you can add conditions to exclude certain terms:
This means: multiply all from to , except when .
Understanding Sigma and Product Notation in Mathematics
https://gura-ame.github.io/posts/sigma/