mohabitar
- 140
- 0
So what's going on here? Since there is a 2^(k-1), I can subtract one from n and also the index? Thats what it looks like they did. Also, where did they get that 1/2 from?
mohabitar said:![]()
So what's going on here? Since there is a 2^(k-1), I can subtract one from n and also the index? Thats what it looks like they did. Also, where did they get that 1/2 from?
mohabitar said:Oh ok..so how is it that we can change the bound? What is the rule for that or steps?
mohabitar said:But the bound for the first was n+1, so shouldn't the last term be 2^(n+1) or no?
So if my lower bound were 1, I could bring out a 2 and the new index would start from 2? And if the bound were 2, I could bring out a 4 and new bound would be 3?The 1/2=2-1 is simply the term of the summation for which k=-1; by bringing it out of the summation, the lower bound can be changed from k=-1 to k=0
mohabitar said:So if my lower bound were 1, I could bring out a 2 and the new index would start from 2? And if the bound were 2, I could bring out a 4 and new bound would be 3?