Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find logarithmic differences of elements in a list
ResourceFunction["LogDifferences"][list] gives the logarithmic differences of elements in list. |
Log differences for a length-n list of powers gives a list with n-1 copies of the exponent:
| In[1]:= |
| Out[1]= |
Use a symbolic list:
| In[2]:= |
| Out[2]= | ![]() |
Find the connectivity graph for a Sierpiński mesh:
| In[3]:= |
| Out[3]= | ![]() |
Find successive average graph neighborhood volumes with the resource function GraphNeighborhoodVolumes:
| In[4]:= |
| Out[4]= | ![]() |
Plot the log differences, which show an effective dimension around 1.58:
| In[5]:= |
| Out[5]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License