 |
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]= 
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | | | |
 | |
|