Collatz Conjecture
Version 1.0.0.0 (1.55 KB) by
Reza Ahmadzadeh
Test the Collatz Conjecture (a.k.a 3x+1 conjecture)
The conjecture can be summarized as follows. Take any positive integer n. If n is even, divide it by 2 to get n / 2. If n is odd, multiply it by 3 and add 1 to obtain 3n + 1. Repeat the process (which has been called "Half Or Triple Plus One", or HOTPO) indefinitely. The conjecture is that no matter what number you start with, you will always eventually reach 1.
Cite As
Reza Ahmadzadeh (2024). Collatz Conjecture (https://www.mathworks.com/matlabcentral/fileexchange/58606-collatz-conjecture), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2008a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Biomedical Imaging in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |