Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute Egyptian fractions using different methods
ResourceFunction["EgyptianFraction"][fraction] gets Egyptian fractions from fraction using different methods. |
Compute the Egyptian fractions for any fraction:
| In[1]:= |
| Out[1]= |
Check the result:
| In[2]:= |
| Out[2]= |
Display the result as a sum:
| In[3]:= |
| Out[3]= |
The method "Harmonic":
| In[4]:= |
| Out[4]= |
The method "OddGreedy":
| In[5]:= |
| Out[5]= |
The method "Pairing":
| In[6]:= |
| Out[6]= |
The method "Splitting":
| In[7]:= |
| Out[7]= | ![]() |
The method "Binary":
| In[8]:= |
| Out[8]= | ![]() |
The method "BinaryRemainder":
| In[9]:= |
| Out[9]= |
The method "ContinuedFraction":
| In[10]:= |
| Out[10]= |
The method "GroupedContinuedFraction":
| In[11]:= |
| Out[11]= |
The method "Hybrid":
| In[12]:= |
| Out[12]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License