|
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 Section 2.2.2.
See also: Nest, NestWhileList, FoldList, ComposeList.
New in Version 1.
Further Examples
|