Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get a graph of the sequential digit path of a number
ResourceFunction["VisualizeDigitPath"][n,len] yields a graph of the sequential digit path of the number n including exactly len digits. | |
ResourceFunction["VisualizeDigitPath"][{n,b},len] yields a graph of the sequential digit path in base b. | |
ResourceFunction["VisualizeDigitPath"][{n,base},len,type] returns the resulting visualization specified by type. |
Return a Graph of the digits of Pi up to the first 30 digits:
In[1]:= |
|
Out[1]= |
|
Return a weighted Graph of the digits of Pi up to the first 30 digits:
In[2]:= |
|
Out[2]= |
|
Return a Graph of the digits of Pi in base 3 up to the first 15 digits:
In[3]:= |
|
Out[3]= |
|
Return a MatrixPlot of the digits of E up to the first 30 digits, displaying the relative frequencies of the transitions:
In[4]:= |
|
Out[4]= |
|
For a pseudorandom number, as you acquire more samples, the coefficient of variation scales to zero as , implying that the number is normal:
In[5]:= |
|
Out[5]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License