Thread: Summation?
View Single Post
  #8  
Old 09-25-2010, 01:25 PM
jt20 jt20 is offline
Registered Hack
 
Join Date: Mar 2008
Posts: 4,642
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
Reply With Quote