Spectral radius
The largest absolute value of a matrix's eigenvalues; it decides the convergence of linear iterations.
Definition
For the iteration matrix , it is . A stationary iteration converges from any start if and only if , and the smaller , the faster the convergence.
How it is used
Use it to compare methods on the same system: among Jacobi, Gauss-Seidel and SOR the smallest spectral radius wins, and estimates the speed.