collatz_polynomial_test


collatz_polynomial_test, a MATLAB code which calls collatz_polynomial(), which implements the Collatz polynomial iteration, a polynomial analog of the numerical iteration that is also known as the 3n+1 conjecture or the hailstone sequence.

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license

Related Data and Programs:

collatz_polynomial, a MATLAB code which implements the Collatz polynomial iteration, a polynomial analog of the numerical iteration that is also known as the 3n+1 conjecture or the hailstone sequence.

Source Code:


Last modified on 18 December 2022.