1

For example, when you have an expression like this,

$\sum_{k, l} g^{kl}$,

what is this sum if one wrote it out?

Borol
  • 491
  • depends on whether it is an infinite sum or finite sum. If it's finite it's just a sum of all $g^{kl}$ where $k,l$ ranges over finite values. If it's infinite sum, then it is an integral with respect to counting measure – user160738 Jan 31 '17 at 15:41
  • Write out the sum over k so that each term still has an l index, then sum over l. You can do it the other way round too. – Paul Jan 31 '17 at 15:42

2 Answers2

4

It's usually shorthand notation for $$\sum\limits_{l}\sum\limits_k g^{kl} = \sum\limits_{k}\sum\limits_l g^{kl}$$

These sums are equal as long as there are finite indices.

Eff
  • 12,989
1

Sometimes ranges are not specified in sums, it's given in context. Here, you need to sum over the indices $k$ and $l$ in their respective ranges. This would be a double sum.