Skip to content

This is an artistic Python program of the Collatz Conjecture: one of the most famous unsolved math equations. Basically if X is even, divide by two, if X is odd, multiply by three and add one. Continue doing this until X reaches a steady state. Is there more then one steady state? *Needs Python Turtle Library

Notifications You must be signed in to change notification settings

INeedAPizza/Collatz_Conjecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Collatz_Conjecture

'this is an artistic Python program of the collatz conjecture: one of the most famous unsolved math equations; basically if x is even, divide by two, if x is odd, you should multiply by three and add one. At no point stop this until X reaches a steady state. Is there more then one steady state? *Needs python turtle library'

About

This is an artistic Python program of the Collatz Conjecture: one of the most famous unsolved math equations. Basically if X is even, divide by two, if X is odd, multiply by three and add one. Continue doing this until X reaches a steady state. Is there more then one steady state? *Needs Python Turtle Library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages