Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-May-2025 11:43:05 closest_pair_brute_test() MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Test closest_pair_brute(). closest_pair_brute_test01(): closest_pair_brute() on a set of N points in 2D. n = 100 time = 0.002913 seconds z(3) = 0.126987 + 0.311215i z(96) = 0.129906 + 0.306349i ||z(3)-z(96)|| = 0.00567421 closest_pair_brute_test01(): closest_pair_brute() on a set of N points in 2D. n = 200 time = 0.001591 seconds z(23) = 0.430207 + 0.0908233i z(132) = 0.431651 + 0.09382i ||z(23)-z(132)|| = 0.0033264 closest_pair_brute_test01(): closest_pair_brute() on a set of N points in 2D. n = 400 time = 0.003706 seconds z(233) = 0.781932 + 0.0474015i z(242) = 0.784428 + 0.0461916i ||z(233)-z(242)|| = 0.00277372 closest_pair_brute_test01(): closest_pair_brute() on a set of N points in 2D. n = 800 time = 0.014137 seconds z(46) = 0.671166 + 0.260512i z(316) = 0.671463 + 0.260727i ||z(46)-z(316)|| = 0.00036687 closest_pair_brute_test01(): closest_pair_brute() on a set of N points in 2D. n = 1600 time = 0.045068 seconds z(792) = 0.395804 + 0.52649i z(1424) = 0.395698 + 0.526181i ||z(792)-z(1424)|| = 0.000326381 closest_pair_brute_test01(): closest_pair_brute() on a set of N points in 2D. n = 3200 time = 0.150243 seconds z(1042) = 0.106786 + 0.449137i z(2178) = 0.106751 + 0.448902i ||z(1042)-z(2178)|| = 0.000238188 Graphics saved as "closest_pair_brute.png" closest_pair_brute_test(): Normal end of execution. 13-May-2025 11:43:11