Approximate the dominant eigenvalue (largest \(|\lambda|\)) and a corresponding eigenvector using power iteration: \(\mathbf{v}_{k+1}=\dfrac{A\mathbf{v}_k}{\lVert A\mathbf{v}_k\rVert}\), with eigenvalue estimate \(\lambda_k=\mathbf{v}_k^{\mathsf{T}}A\mathbf{v}_k\) (Rayleigh quotient for normalized \(\mathbf{v}_k\)). Includes convergence checks, an iteration table, and a convergence plot.
Power Iteration for Dominant Eigenvalue
Math Linear Algebra • Linear Transformations and Eigenvalues