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.
The Collatz Conjecture | 3N + 1
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.
Arc diagram visualization of the parity Collatz function from the famous conjecture.
Collatz Sequence Visualization
A visualization of the Collatz Conjecture for any initial positive integer, n, checking until the sequence eventually narrows down to 1.
Graphic representations of Collatz sequences
A basic Python 3 script to make a line graph by calculating the Collatz Conjecture from any given integer.
Python implement for Collatz Conjecture.
It's a practice project for python beginners!
A Python tool for analysis and verification of pseudocycles highlighted in Collatz sequences represented using the tuple-based transform
A graphical simulation of the Collatz Conjecture. Visualize the sequence evolution in real time with adjustable speed and export options.
A Python implementation of tuple-based transform for Collatz sequences, providing a novel mathematical perspective on the famous 3n + 1 problem through isomorphic mappings between consecutive pairs and their tuple representations.
Add a description, image, and links to the collatz-sequences topic page so that developers can more easily learn about it.
To associate your repository with the collatz-sequences topic, visit your repo's landing page and select "manage topics."