Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Programming /  Functional Programming /

NestList

FilledSmallSquare NestList[f, expr, n] gives a list of the results of applying f to expr 0 through n times.

FilledSmallSquare Example: NestList[f, x, 3]LongRightArrow.
FilledSmallSquare NestList[f, expr, n] gives a list of length n + 1.
FilledSmallSquare See The Mathematica Book on the web: Section 2.2.2.
FilledSmallSquare See also: Nest, NestWhileList, FoldList, ComposeList.