collatz_recursive_test


collatz_recursive_test, a MATLAB program which calls collatz_recursive() to demonstrate recursive programming by considering the simple Collatz 3n+1 problem.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Related Data and Programs:

collatz_recursive, a MATLAB library which demonstrates recursive programming by considering the simple Collatz 3n+1 problem.

Source Code:


Last revised on 16 December 2018.