top of page

Tools to Explore Collatz Space

Photo%2520by%2520David%2520Clode%2520on%
How to Download Python

This page will teach you how to download Python and how to install the various Python modules you'll need to run my programs. Don't worry! I'll walk you through step by step so it's easy. 

Screen Shot 2019-02-08 at 12.08.01 AM.pn
#1 - Show a Single Collatz Hailstone

This program fires a single Collatz Hailstone. For your choice of input n, this program will calculate where that hailstone eventually ends up (loop_seed or div...), and tell you the stopping time and max value.

Screen Shot 2020-02-03 at 9.42.29 PM.png
#2 - Input xa+b, Output the Two Graphs

This program takes in a choice of xa+b and outputs the
two classic graphs, stopping times and max value.

Screen Shot 2019-02-08 at 12.21.32 PM_ed
#3 - Expeditions through the Collatz A-B Plane

This program lets you send out a "space-probe" through
the Collatz a-b Plane, gathering info as it goes.

It can bring back the following kinds of data...
    1. A print-out of the Loop_seeds in those worlds.
    2. The same info presented as a Loop_Seed graph.
    3. Info on things like All_Conv? or All_Div? or 1_Looped?
    4. Videos of Paths Through the a-b Plane.

Screen Shot 2019-02-07 at 9.02.00 PM.png
#4 - Studying the Divergent Entries

This program is designed to examine an entirely different
part of the Collatz World - the divergent hailstones.
These have never before been explored and mapped before now.
Will there be structure? Will there be total chaos? Let's find out!

Screen Shot 2020-06-04 at 7.00.00 PM.png
#5 - Dissecting the Graphs, one
                 branch at a time

This program is designed to break down the traditional two graphs - stopping times & max values - one branch at a time, first asking you to choose one loop, then one branch, then the next branch, etc... exploring your way up the tree. 

#6 - Branches and Their % Memberships

This program is designed to test for the % membership of individual branches in any desired Collatz space. 

Screen Shot 2020-04-24 at 8.40.32 PM.png
Screen Shot 2020-06-04 at 8.58.48 PM.png
#7 - Ripping Apart the Tree Diagram

I am currently undertaking a quest to unlock the secrets of the Tree Diagram, in particular the pattern and structure underlying the science of when new orange branching nodes are created and which roles are they assigned? This program assist with that study. 

Screen Shot 2020-06-04 at 8.50.49 PM.png
#8 - Blue Name Sequences

This program lets you choose an orange branching node of x3+1 space and determine its Blue Name Sequence. 

PS: I have countless other programs and have studied much beyond what is posted on this website in many directions. If you want more tools, feel free to contact me. 

bottom of page