Mathematica 9 is now available

FixedPointList

Usage

FixedPointList[f, expr]产生一个列表,给出了重复使用 f 的结果,从expr开始,直到结果不再变化为止。


Notes

• 参见 FixedPoint的注解。
FixedPointList[f, expr]给出 expr作为它产生的列表的第一个元素。
• 在由FixedPointList产生的列表中的最后两个元素总是相同的。
• 参见 Mathematica全书: 2.2.2节.
• 同时参见: NestWhileList, NestList, ComposeList.
Further Examples

Starting with an initial value of 1.0, FixedPointList finds the fixed point of the cosine function rather quickly.

In[1]:=  

Out[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.