diff --git a/guide/english/mathematics/sigma-notation/index.md b/guide/english/mathematics/sigma-notation/index.md
index 17b74d3ed0..a486592f22 100644
--- a/guide/english/mathematics/sigma-notation/index.md
+++ b/guide/english/mathematics/sigma-notation/index.md
@@ -3,13 +3,36 @@ title: Sigma Notation
---
## Sigma Notation
-This is a stub. Help our community expand it.
+Sigma Notation is a mathematical shorthand for representing large sums.
-This quick style guide will help ensure your pull request gets accepted.
+Sigma Notation is as follows
+
+where *n* is the lower limit *k* is the upper limit and *an* is the function you are summating
+
+To evaluate a sum in Sigma notation, you first plug in all integers from the *n* to *k* to *an*, then add up all the results.
+
+For example :
+
+
+
+First, you plug all integers from *n* to *k* into *an* :
+
+
+
+Second, you evaluate all instances of *an* :
+
+
+
+Last, you add all the results up, leaving you with the value of the sigma :
+
+
#### More Information:
+