{{ toc.name }}
{{ toc.signature }}
{{ toc.name }} {{ 'ml-btn-view-details' | message }}
{{ stepNode.name }}
{{ 'ml-toc-proceed' | message }}
Lesson
Exercises
Recommended
Tests
An error ocurred, try again later!
Chapter {{ article.chapter.number }}
{{ article.number }}. 

{{ article.displayTitle }}

{{ article.intro.summary }}
{{ 'ml-btn-show-less' | message }} {{ 'ml-btn-show-more' | message }} expand_more
{{ 'ml-heading-abilities-covered' | message }}
{{ ability.description }} {{ ability.displayTitle }}
{{ 'ml-heading-lesson-settings' | message }}
{{ 'ml-lesson-show-solutions' | message }}
{{ 'ml-lesson-show-hints' | message }}
{{ 'ml-lesson-number-slides' | message : article.intro.bblockCount}}
{{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount}}
{{ 'ml-lesson-time-estimation' | message }}

Concept

Sigma Notation

Sigma notation, also known as summation notation, is a compact way of expressing addition. This notation consists of four parts.
  1. The Greek letter sigma This letter indicates that the terms are added together.
  2. The of all the terms being added, in terms of a variable. The variables and are commonly used.
  3. The and the , also called the They are placed below the letter sigma and are connected with an equals sign. The summation index is the variable used in the general form of the terms. The starting index is the first value that the variable takes.
  4. The or This number is placed above the letter sigma and indicates the value for the variable in the last term of the summation.

In the example below, all four parts are shown.

The meaning of each part of summation notation
The variable — the summation index — only takes integer values. To write this sum explicitly, the variable must be replaced with the integers from the initial value through the final value.

Extra

Notable Aspects of Summation Notation

There are some aspects that are worth noting.

  • The summation does not depend on the summation index used.
  • Sometimes a summation may involve other variables. These should not be confused with the summation index.
    Here, the summation index is Therefore, the indicated values should only be substituted for and not for
  • The initial value can be any integer less than or equal to the final index. The final index only indicates the last value to be substituted for — it does not indicate the number of terms.
The summation notation is not only useful for working with sums involving a large number of terms, but it can also be used to represent an infinite sum. If an infinite number of terms is to be added, the symbol is used in the final index.