Skip to content
This repository was archived by the owner on May 25, 2024. It is now read-only.

Alakshendra99/Collatz-Conjecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Collatz-Conjecture

The Collatz conjecture is one of the most famous unsolved problems in mathematics. The conjecture asks whether repeating two simple arithmetic operations will eventually transform every positive integer into 1. It concerns sequences of integers in which each term is obtained from the previous term as follows: if the previous term is even, the next term is one half of the previous term. If the previous term is odd, the next term is 3 times the previous term plus 1. The conjecture is that these sequences always reach 1, no matter which positive integer is chosen to start the sequence.

image

The visualization of Collatz Conjecture is coded and plotted in MATLAB.

Reference

  1. https://en.wikipedia.org/wiki/Collatz_conjecture#
  2. https://www.youtube.com/watch?v=094y1Z2wpJg

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors