Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Encode a number according to the system devised by Cistercian monks
ResourceFunction["CistercianNumberEncode"][n] encodes the number n to the Cisterian number system. |
Encode the number 1987 to the Cistercian number system:
In[1]:= |
|
Out[1]= |
|
Show the digits 0–9:
In[2]:= |
|
Out[2]= |
|
Show the digits 0–90 in steps of 10:
In[3]:= |
|
Out[3]= |
|
Show the digits 0–900 in steps of 100:
In[4]:= |
|
Out[4]= |
|
Show the digits 0–9000 in steps of 1000:
In[5]:= |
|
Out[5]= |
|
Negative numbers can not be encoded:
In[6]:= |
|
Numbers larger than 9999 can not be encoded:
In[7]:= |
|
Only whole numbers can be encoded:
In[8]:= |
|
Out[8]= |
|
Encode the current year:
In[9]:= |
|
Out[9]= |
|
Show a random collection of numbers:
In[10]:= |
|
Out[10]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License