Posts

Showing posts from May, 2023

The summation symbol

The summation symbol is simply a shorthand notation for a sum of many numbers or variables. Let's see some examples first. Example . The sum  1+2+3++10 can be written as i=110i. That is, i=110i=1+2+3++10. Here, the symbol is called the summation symbol, i is the index . The above expression means we take the sum of i where the value of i varies from 1 to 10. □ Remark . The letter (pronounced sigma ) is an uppercase letter from the Greek alphabet that corresponds to the letter S in the English alphabet. Why S? Because Σ stands for S ummation. □ Let's see some more examples. Example .   k=110k2=12+22+32++102. We can use any letter for the index (i, k, etc.). □ Example .  k=11001=1+1++1(adding 1 for100 times) The index needs not appear in the ``body'' of the summation symbol. In this case, ...