Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find the positions of the largest elements so far in a list
ResourceFunction["ProgressiveMaxPositions"][list] gives the list of positions of the elements in list that are larger than any elements that appear before them. |
Find the positions of elements that are larger than any of the ones that came before:
In[1]:= |
![]() |
Out[1]= |
![]() |
Find where progressively larger gaps between primes occur:
In[2]:= |
![]() |
Out[2]= |
![]() |
Compute the position of the head over 50 steps of Turing machine evolution:
In[3]:= |
![]() |
Out[3]= |
![]() |
Find when the head is further to the right than ever before:
In[4]:= |
![]() |
Out[4]= |
![]() |
Find when the head is further to the left:
In[5]:= |
![]() |
Out[5]= |
![]() |
Show the compressed evolution of the Turing machine:
In[6]:= |
![]() |
Out[6]= |
![]() |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License