morawer / Collatz_Conjecture

A little script about the Collatz Conjecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collatz_Conjecture

I thought to create this script after to watch Veritasium video about the Collatz conjecture.

Watch the video

I started this script to practice the recursivity and learn to create graphics with python more or less like this:

picture alt

In the beggining i have been testing 'pylab' module to create a simple graph for only one number. This graphic shows us the differents values takes and the iterations of the number you intruduces for input. picture alt

In the following days i will try to make the graphic with more values in the same time. ;)

About

A little script about the Collatz Conjecture


Languages

Language:Python 100.0%