Mathematica 9 is now available

NestListFixedPointList

FixedPoint

FilledSmallSquareFixedPoint[f, expr] starts with expr, then applies f repeatedly until the result no longer changes.

FilledSmallSquareFixedPoint[f, expr, n] stops after at most n steps.

FilledSmallSquareFixedPoint always returns the last result it gets.

FilledSmallSquare You can use Throw to exit from FixedPoint before it is finished.

FilledSmallSquareFixedPoint[f, expr] applies SameQ to successive pairs of results to determine whether a fixed point has been reached.

FilledSmallSquareNestWhile[f, expr, comp, 2] uses a general comparison function.

FilledSmallSquare See The Mathematica Book: Section 2.2.2.

FilledSmallSquare See also: FixedPointList, NestWhile, Nest, ReplaceRepeated.

Further Examples

NestListFixedPointList



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.