|
Further Examples: MultiplicativeOrder
The in the fourth place shows that is the least m for which divides .
In[1]:= 
Out[1]= 
Here is another way to see this.
In[2]:= 
Out[2]= 
This shows that is the smallest integer m such that is congruent to or mod .
In[3]:= 
Out[3]= 
This shows the same thing.
In[4]:= 
Out[4]= 
The function DigitCycleLength gives the digit period for any rational number r in base b.
In[5]:= 
This shows that the decimal representation of in base repeats every digits.
In[6]:= 
Out[6]= 
In[7]:= 
Out[7]= 
In[8]:= 
|