08-Jan-2022 08:59:14 power_method_test() MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 Test power_method. POWER_METHOD_TEST01 Use the power method on the Fibonacci2 matrix. Matrix order N = 50 Maximum iterations = 300 Error tolerance = 1e-06 Number of iterations = 195 CPU time = 0.110000 Estimated eigenvalue = 1.618038 Correct value = 1.618034 Error = 4.300203e-06 Sine of angle between true and estimated vectors = 4.543071e-06 POWER_METHOD_TEST02 Use the power method2 on the Fibonacci2 matrix. Matrix order N = 50 Maximum iterations = 300 Error tolerance = 1e-06 Number of iterations = 194 CPU time = 0.000000 Estimated eigenvalue = 1.618038 0.000000 Correct value = 1.618034 Error = 3.748990e-06 POWER_METHOD_TEST03 Use the power method2 on the TRIS matrix. Matrix order N = 50 Maximum iterations = 4000 Error tolerance = 1e-06 Number of iterations = 2861 CPU time = 0.070000 Estimated eigenvalue = 10.001821 5.648026 Correct value = 10.000000 5.646125 Error = 2.632117e-03 power_method_test: Normal end of execution. 08-Jan-2022 08:59:15