FixedPointList
FixedPointList[f, expr]
applies f
to expr
until UnsameQ
applied to the two most recent results
returns False. It returns a list of all intermediate results.
Attributes[FixedPointList] := {Protected}
FixedPointList[f, expr]
applies f
to expr
until UnsameQ
applied to the two most recent results
returns False. It returns a list of all intermediate results.
Attributes[FixedPointList] := {Protected}