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 /

Nest

FilledSmallSquare Nest[f, expr, n] gives an expression with f applied n times to expr.

FilledSmallSquare Example: Nest[f, x, 3]LongRightArrow.
FilledSmallSquare See The Mathematica Book on the web: Section 2.2.2.
FilledSmallSquare See also: NestList, NestWhile, Fold, Function, FixedPoint, Do.