Qurak

Product

Available, differs from the .wl reference

Symbolic product.

Independently checkable: an answer for this function is re-derived by a different route and compared - the workbench and the verify tool do this automatically, so a wrong answer is caught rather than trusted. History →

Product[f, {i, imax}]
Product[f, {i, imin, imax}]
Product[f, {i, imin, imax, di}]
Product[f, {i, {i1, i2, …}}]
Product[f, {i, imin, imax}, {j, jmin, jmax}, …]
Product[f, i]
Product[k, {k, 1, 5}] → 120Product[k^2, {k, 1, 3}] → 36Product[i, {i, 1, 4}, {j, 1, 2}] → 576Product[n, {n, 1, 5}, Method -> Automatic] → 120

Used in

Topics

Related

All 6300 functions · Use this from an MCP client