FixedPointList
starting with
expr
, iteratively appliesf
until the result no longer changes, and returns a list of all intermediate results.
performs at most
n
iterations.
See:
Examples
Observe the convergence of Newton’s method for approximating square roots:
Get the “hailstone” sequence of a number:
Non-negative integer expected.
Related terms
Implementation status
- ✅ - full supported