dogma
- 35
- 0
I have a rather simple question, but my rusty brain needs a good, swift kick-start.
I start with:
\sum_{i=1}^k i
and substitute in i=k-j to get:
\sum_{k-j=1}^k (k-j)
How do I get from this to the following?
\sum_{k-j=1}^k (k-j) \rightarrow \sum_{j=0}^{k-1} (k-j)
Thanks in advance for your help.
dogma
I start with:
\sum_{i=1}^k i
and substitute in i=k-j to get:
\sum_{k-j=1}^k (k-j)
How do I get from this to the following?
\sum_{k-j=1}^k (k-j) \rightarrow \sum_{j=0}^{k-1} (k-j)
Thanks in advance for your help.
dogma
Last edited: