Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Try to find the repetition period for nesting of a function
ResourceFunction["FindNestPeriod"][f,expr] attempts to find the repetition period for applying f repeatedly starting from expr. | |
ResourceFunction["FindNestPeriod"][f,expr,n] tries at most n times. |
Find the period for successive nesting of a function:
In[1]:= |
Out[1]= |
If the period is not found, FindNestPeriod returns a Failure object:
In[2]:= |
Out[2]= |
This work is licensed under a Creative Commons Attribution 4.0 International License