Mathematica 9 is now available
 Documentation / Mathematica / Built-in Functions / Programming / Functional Programming  /
ComposeList

  • ComposeList[ , , ... , x ] generates a list of the form x , [ x ], [ [ x ]], ... .
  • Example: ComposeList[ a, b, c , x].
  • See the Mathematica book: Section 2.2.6.
  • See also: NestList, FoldList.

    Further Examples

    This forms a list of composed functions by folding the first list over x.

    In[1]:=

    Out[1]=

    Here is a symbolic result.

    In[2]:=

    Out[2]=



    Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
    THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
    SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.