Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 404 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 404 Bytes

CollatzVisualisation

We implement a MATLAB animated visualisation of the generalised Collatz system:

equation

For each even iteration k in C^k(n), when C^k(n) does not equal 1, from n up to t, the x-coordinate of a point increases by lcos(theta) and for each odd iteration delta(x)=-lcos(theta). The source code is found in main.m.