Unit fraction analysis

Version 1.0.0.0 (643 Bytes) by Daniel
determines how 1/n behaves in base b
138 Downloads
Updated 6 Mar 2014

View License

This little file will tell you after how many decimals will a repeating decimal start to repeat as well as how many digits will repeat.
example : 1/24 = 0.0416666666....

so unit(24,10) will return
Non-terminating
After 3 non-repeating digits, there are 3 repeating digits.

but 1/24 in base 6 = 0.013 so this will return:
Terminating
Terminates after 3 digits.

Cite As

Daniel (2024). Unit fraction analysis (https://www.mathworks.com/matlabcentral/fileexchange/45771-unit-fraction-analysis), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0