1

What is difference between $$\sum_{n=1}^{k} f(n)+\sum_{n=1}^{k} g(n)$$ and $$\sum_{n=1}^{k} [f(n)+g(n)] $$

Soru
  • 61

2 Answers2

0

If your $+$ operation is associative (which is the minimum required for operations to make any sense), then there is absolutely no difference.

Caligula
  • 2,137
0

There is no difference.

Note that if the summation was up to infinity, then there actually would be difference since you cannot change the order of the summation if the sum does not absolute converges. But in your case the sum is finite, therefore it is just a summation between a finite number of elements, and there is no problem in splitting up the sum.

Mickey
  • 937