Double Summation

Example of double summations arise in the analysis of nested loops in computed programs.

Example

To evaluate the double sum, first expand the inner summation and then the outer summation.

Example