Get Math Help

GET TUTORING NEAR ME!

(800) 434-2582

By submitting the following form, you agree to Club Z!'s Terms of Use and Privacy Policy

    Home / Get Math Help

    Cumulative Product

    Definition

    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, a b, a b c, .... Cumulative products can be implemented in the Wolfram Language as Rest[FoldList[Times, 1, list]]

    Back to List | POWERED BY THE WOLFRAM LANGUAGE