hatalomiteráció
hatalomiteráció, also known as the power iteration, is a simple algorithm used in numerical linear algebra to approximate the dominant eigenvalue and its corresponding eigenvector of a square matrix. The method starts with an arbitrary non-zero vector and repeatedly multiplies it by the matrix, normalizing the result at each step. Over successive iterations, the vector converges to the eigenvector associated with the eigenvalue of greatest magnitude, while the Rayleigh quotient of the iterates approaches the dominant eigenvalue.
The convergence rate of the power iteration depends on the ratio between the absolute values of the
In practice, the algorithm is implemented in numerical libraries across scientific computing environments, often with safeguards