cycle_floyd_test
cycle_floyd_test,
a MATLAB program which
calls cycle_floyd to analyze a cycle in an iterated function sequence using Floyd's method.
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:
CYCLE_FLOYD,
a MATLAB library which
carries out an iterated function evaluation, and seeks to determine the
nearest element of a cycle, and the cycle's length, using Floyd's method.
Source Code:
-
cycle_floyd_test.m,
calls all the tests.
-
cycle_floyd_test.sh,
runs all the tests.
-
cycle_floyd_test.txt,
the output file.
-
cycle_floyd_test01.m,
tests cycle_floyd on f1.
-
f1.m,
test function 1.
-
cycle_floyd_test02.m,
tests cycle_floyd on f2.
-
f2.m,
test function 2.
-
cycle_floyd_test03.m,
tests cycle_floyd on f3.
-
f3.m,
test function 3.
-
cycle_floyd_test04.m,
tests cycle_floyd on f4.
-
f4.m,
test function 4.
-
cycle_floyd_test05.m,
tests cycle_floyd on f5.
-
f5.m,
test function 5.
Last revised on 07 December 2018.