|
Further Examples: Nest
This nests the function f four times starting with initial value x.
In[1]:= 
Out[1]= 
This iteration provides evidence that the sine function approaches its fixed point at zero very slowly.
In[2]:= 
Out[2]= 
See the Further Examples for NestList.
|