12-Jun-2022 21:01:45 collatz_recursive_test(): MATLAB/Octave version 4.2.2. Test collatz_recursive(). collatz_recursive_test01(): collatz_path() prints the members of a Collatz path. 7 is the starting point. 7 22 11 34 17 52 26 13 40 20 10 5 16 8 4 2 1 8 is the starting point. 8 4 2 1 9 is the starting point. 9 28 14 7 22 11 34 17 52 26 13 40 20 10 5 16 8 4 2 1 10 is the starting point. 10 5 16 8 4 2 1 600 is the starting point. 600 300 150 75 226 113 340 170 85 256 128 64 32 16 8 4 2 1 collatz_recursive_test(): Normal end of execution. 12-Jun-2022 21:01:45