Potensmetoden
The Potensmetoden, often translated as the "power method," is a numerical algorithm used to find the dominant eigenvalue and corresponding eigenvector of a square matrix. This method is iterative and relies on repeated multiplication of a matrix by an arbitrary non-zero vector.
The core idea of the Potensmetoden is that as a matrix is repeatedly applied to a vector,
To implement the method, one starts with an initial guess for an eigenvector, usually a vector with
The Potensmetoden is computationally efficient for large, sparse matrices, especially when only the dominant eigenvalue is