gnome
- 1,031
- 1
I don't think we are entitled to invent our own meaning for a summation.
Summation has a very precise meaning which you can look up. My understanding of it is:
∑k=1m f(k) means you must specify some function of k (which may be just k itself, or k2, or sin(k), etc), and you evaluate that f(k) at each of the integer values from k=1 to k=m (and hence you must specify what m is) and then add up all of those values of f(k).
That doesn't appear to be what you are doing.
Summation has a very precise meaning which you can look up. My understanding of it is:
∑k=1m f(k) means you must specify some function of k (which may be just k itself, or k2, or sin(k), etc), and you evaluate that f(k) at each of the integer values from k=1 to k=m (and hence you must specify what m is) and then add up all of those values of f(k).
That doesn't appear to be what you are doing.