Product¶ Symbolic product. $ wo 'Product[k, {k, 1, 5}]' 120 $ wo 'Product[k^2, {k, 1, 3}]' 36 Multiple iterators nest, with the rightmost innermost. $ wo 'Product[i, {i, 1, 4}, {j, 1, 2}]' 576