|
When you look at the summation notation:
i should enter your mind as 'index' or the indexing number /variable
n is the count, or the the final value of i
so if i=1 and n=5 there will be a math sentence that will be the sum of 5 separate values.
each value is the result of inputting the values of i , and some cases n, into the summation
|