10 May 2025 01:14:43 PM power_method_test(): C version: Test power_method(). TEST01 Use the power method on the Fibonacci2 matrix. Matrix order N = 50 Maximum iterations = 300 Error tolerance = 1.000000e-06 Number of iterations = 193 CPU time = 0.001475 Estimated eigenvalue = 1.6180381955877476 Correct value = 1.6180339887498949 Error = 4.206838e-06 Sine of angle between true and estimated vectors = 4.436194e-06 power_method_test(): Normal end of execution. 10 May 2025 01:14:43 PM