Python library for the analysis of the Collatz problem, providing notebooks, scripts and common modules.
-
Updated
May 16, 2025 - Python
Python library for the analysis of the Collatz problem, providing notebooks, scripts and common modules.
An interactive python based program for hailstone sequence calculation, the numbers that increase and decrease but eventually settles into a repeating pattern of the numbers 4, 2, 1. The sequence is generated by starting with any positive whole number greater than zero. Also plot graphs which reveals the true beauty of conjecture
Python Collatz Conjecture Calculator
A program to encrypt a numeric payload as a sequence of transformations linking it to a numeric key.
Paul Erdos: "Mathematics is not yet ready for such problems"
A visualisation of the Collatz Conjecture, made using Python
The Collatz Conjecture | 3N + 1
Simple encryption, decryption, encoding and decoding CLI tool written in Python.
A computational service and API for exploring and understanding the Collatz Conjecture. Continuously calculates Collatz sequences from any given number and stores results in a SQLite database for querying and analysis.
Research based around a simple yet fascinating repetitive piecewise function.
A calculator to test numbers against the collatz conjecture
Python script to find numbers that are "closest" to being a counter example to the collatz conjecture
A Tkinter GUI that allows users to test the collatz conjecture for the desired numbers and visualize them, and giving the option of exportation into a CSV file for further analysis
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
Scripts for collatz conjeture writed on python
My first project on the Collatz Conjecture!
C++ and Python programs to analyse the Collatz conjecture.
A Tkinter GUI that allows users to test the collatz conjecture, or input a conjecture of their own and input their desired numbers to test on their conjectures and visualize them, and giving the option of exportation into a CSV file for further analysis
A graphic that visualize Collatz sequence. 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.
Add a description, image, and links to the collatz-conjecture topic page so that developers can more easily learn about it.
To associate your repository with the collatz-conjecture topic, visit your repo's landing page and select "manage topics."