Table

WMA link


Table[expr, n]

generates a list of n copies of expr.

Table[expr, {i, n}]

generates a list of the values of expr when i runs from 1 to n.

Table[expr, {i, start, stop, step}]

evaluates expr with i ranging from start to stop, incrementing by step.

Table[expr, {i, {$e_1$, $e_2$, ..., ei}}]

evaluates expr with i taking on the values $e_1$, $e_2$, ..., ei.

Table supports multi-dimensional tables:

Symbolic bounds:

The lower bound is always included even for large step sizes:

Sow
Tuples