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 information on this web page is 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.