Numerical Analysis II
Inverse iteration is an iterative method used to find an approximation of an eigenvector corresponding to a particular eigenvalue of a matrix. This technique leverages the inverse of the shifted matrix to enhance the convergence towards the desired eigenvector, making it especially useful when combined with fixed-point iteration. By analyzing the condition number, it also sheds light on the sensitivity of the eigenvalue problem to perturbations in the matrix.
congrats on reading the definition of Inverse Iteration. now let's actually learn it.