THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE
DOCUMENTATION CENTER
FOR THE LATEST INFORMATION.
Built-in Functions
Programming
Functional Programming
ComposeList
Usage
•
ComposeList[{
,
,
...
},
x
]
generates a list of the form
{
x
,
[
x
],
[
[
x
]],
...
}
.
Notes
• Example:
ComposeList[
a,
b,
c
,
x]
.
• See
Section 2.2.6
.
• See also:
NestList
,
FoldList
,
NestWhileList
.
• New in Version 2.
Further Examples
© 2009 Wolfram Research, Inc.
•
Terms of Use
•
Privacy Policy
Sign up for our newsletter: