Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-May-2025 10:37:36 arpack_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Test arpack() ARPACK_TEST01(): eigs() can compute a few eigenvalues of least or greatest magnitude. In the simplest case, the matrix A is available explicitly. lambda_small = 0.1334 0.2676 0.3469 0.4787 0.5520 lambda_big = 7.8666 7.7324 7.6531 7.5213 7.4480 ARPACK_TEST02: EIGS can compute a few eigenvalues of least or greatest magnitude. When the matrix A is too large to store explicitly, the user may supply a routine which computes A*x, or inverse(A)*x. lambda_small = 0.1334 0.2676 0.3469 0.4787 0.5520 arpack_test(): Normal end of execution. 13-May-2025 10:37:37