TOPICS
Search

Cumulative Product


A cumulative product is a sequence of partial products of a given sequence. For example, the cumulative products of the sequence {a,b,c,...}, are a, ab, abc, .... Cumulative products can be implemented in the Wolfram Language as

  Rest[FoldList[Times, 1, list]]

See also

Cumulative Count, Cumulative Sum, Product

Explore with Wolfram|Alpha

Cite this as:

Weisstein, Eric W. "Cumulative Product." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/CumulativeProduct.html

Subject classifications