Sum
evaluates the discrete sum of
expr
withi
ranging fromimin
toimax
.
same as
Sum(expr, {i, 1, imax})
.
i
ranges fromimin
toimax
in steps ofdi
.
evaluates
expr
as a multiple sum, with{i, ...}, {j, ...}, ...
being in outermost-to-innermost order.
See
Examples
Double sum:
Symbolic sums are evaluated:
Verify algebraic identities:
Infinite sums:
Implementation status
- ☑ - partially implemented