|
NestList
NestList[f, expr, n] gives a list of the results of applying f to expr 0 through n times.
Example: NestList[f, x, 3]  .
NestList[f, expr, n] gives a list of length n + 1.
See The Mathematica Book: Section 2.2.2.
See also: Nest, NestWhileList, FoldList, ComposeList.
Further Examples
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | |