KrylovUnterräume
Krylov subspaces are fundamental concepts in numerical linear algebra, particularly in the iterative solution of large sparse linear systems and eigenvalue problems. A Krylov subspace is the linear span of vectors generated by repeatedly applying a matrix A to an initial vector v. Specifically, for a given square matrix A and a non-zero vector v, the k-th Krylov subspace, denoted by $K_k(A, v)$, is defined as the set of all linear combinations of the vectors $\{v, Av, A^2v, \dots, A^{k-1}v\}$. Mathematically, this can be expressed as $K_k(A, v) = \text{span}\{v, Av, A^2v, \dots, A^{k-1}v\}$.
These subspaces are crucial because they often contain good approximate solutions to linear systems $Ax = b$