Mathematica 9 is now available

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]LongRightArrow .
NestList[f, expr, n] gives a list of length n + 1.
• See Section 2.2.2.
• New in Version 1.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.