wildman
- 29
- 4
Homework Statement
I have been shown this manipulation of a summation and I am wondering why the person could do it:
[tex]\sum_{k=n+1}^{0} -k 3^k[/tex]
Now change the variables with m=-k and we get:
[tex]\sum_{m=0}^{-n-1} m (\frac{1}{3})^m[/tex]
The Attempt at a Solution
I can see where the [tex]m (\frac{1}{3})^m[/tex] came from (just stick -m in for the k), but how did the summation change?