1. Power Iteration — Dominant Eigenvector
Visualizing vector convergence to the dominant eigenvector
Formulation
By repeatedly multiplying a vector by and normalizing, the vector is increasingly dominated by the component along the eigenvector with the largest absolute eigenvalue.
Geometric Model
A = \\begin{bmatrix} 2 & 1 \\\\ 0 & 1 \\end{bmatrix}
Eigenvalues:
- Eigenvector (red) corresponds to .
- Eigenvector (red) corresponds to .
- Notice how the component along grows twice as fast as the component along at each step.
Controls
45°
Iteration: 0