THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE
DOCUMENTATION CENTER
FOR THE LATEST INFORMATION.
Built-in Functions
Programming
Functional Programming
NestList
Usage
•
NestList[
f
,
expr
,
n
]
gives a list of the results of applying
f
to
expr
0
through
n
times.
Notes
• Example:
NestList[f,
x,
3]
.
•
NestList[
f
,
expr
,
n
]
gives a list of length
n
+
1
.
• See
Section 2.2.2
.
• See also:
Nest
,
NestWhileList
,
FoldList
,
ComposeList
.
• New in Version 1.
Further Examples
© 2009 Wolfram Research, Inc.
•
Terms of Use
•
Privacy Policy
Sign up for our newsletter: