Pikel1997 / Collatz-Conjecture

Simple python script to test the Collatz Conjecture for the first thousand numbers and represent it graphically using matplotlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collatz-Conjecture

Simple python script to test the Collatz Conjecture for the first thousand numbers and represent it graphically using matplotlib. The Collatz conjecture is a conjecture in mathematics that concerns sequences defined as follows: start with any positive integer n. Then 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 no matter what value of n, the sequence will always reach 1.

About

Simple python script to test the Collatz Conjecture for the first thousand numbers and represent it graphically using matplotlib

License:MIT License


Languages

Language:Python 100.0%