Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Functional Iteration >

FixedPoint

FixedPoint[f, expr]
starts with expr, then applies f repeatedly until the result no longer changes.
  • FixedPoint[f, expr, n] stops after at most n steps.
  • FixedPoint always returns the last result it gets.
  • FixedPoint[f, expr] applies SameQ to successive pairs of results to determine whether a fixed point has been reached.
  • NestWhile[f, expr, comp, 2] provides a way to use a general comparison function.
New in 1 | Last modified in 3
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team