1
$\begingroup$

For example, when you have an expression like this,

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

what is this sum if one wrote it out?

  • 0
    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 measure2017-01-31
  • 0
    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.2017-01-31

2 Answers 2

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.

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.