DOCUMENTATION CENTER SEARCH
Mathematica
>
Applying Functions to Lists
>
Built-in
Mathematica
Symbol
Building Lists from Functions
Tutorials »
|
Composition
NestList
FoldList
NestWhileList
FixedPointList
ComposeSeries
See Also »
|
Applying Functions to Lists
More About »
ComposeList
ComposeList
[{
f
1
,
f
2
,
...
},
x
]
generates a list of the form
{
x
,
f
1
[
x
],
f
2
[
f
1
[
x
]],
...
}
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
In[1]:=
Out[1]=
Applications
(2)
SEE ALSO
Composition
NestList
FoldList
NestWhileList
FixedPointList
ComposeSeries
TUTORIALS
Building Lists from Functions
MORE ABOUT
Applying Functions to Lists
New in 2
© 2008 Wolfram Research, Inc.