In linear algebra, the order-r Krylov subspace generated by an n-by-n matrix A and a vector b of dimension n is the linear subspace spanned by the images of b under the first r powers of A (starting from
A0=I
l{K}r(A,b)=\operatorname{span}\{b,Ab,A2b,\ldots,Ar-1b\}.
The concept is named after Russian applied mathematician and naval engineer Alexei Krylov, who published a paper about the concept in 1931.[2]
l{K}r(A,b),Al{K}r(A,b)\subsetl{K}r+1(A,b)
r0=\operatorname{dim}\operatorname{span}\{b,Ab,A2b,\ldots\}
\{b,Ab,A2b,\ldots,Ar-1b\}
r>r0
l{K}r(A,b)\subset
l{K} | |
r0 |
(A,b)
r
\operatorname{dim}
l{K} | |
r0 |
(A,b)=r0
r0
l{K}r(A,b)
r0\leq1+\operatorname{rank}A
r0\leqn
\dim\operatorname{span}\{I,A,A2,\ldots\}=\degp(A)
p(A)
A
r0\leq\degp(A)
A
b
r0=\degp(A)
l{K}r(A,b)
b
k[x]
(kn)A
kn
k
kn
Krylov subspaces are used in algorithms for finding approximate solutions to high-dimensional linear algebra problems. Many linear dynamical system tests in control theory, especially those related to controllability and observability, involve checking the rank of the Krylov subspace. These tests are equivalent to finding the span of the Gramians associated with the system/output maps so the uncontrollable and unobservable subspaces are simply the orthogonal complement to the Krylov subspace.
Modern iterative methods such as Arnoldi iteration can be used for finding one (or a few) eigenvalues of large sparse matrices or solving large systems of linear equations. They try to avoid matrix-matrix operations, but rather multiply vectors by the matrix and work with the resulting vectors. Starting with a vector
b
Ab
A
A2b
A
Because the vectors usually soon become almost linearly dependent due to the properties of power iteration, methods relying on Krylov subspace frequently involve some orthogonalization scheme, such as Lanczos iteration for Hermitian matrices or Arnoldi iteration for more general matrices.
The best known Krylov subspace methods are the Conjugate gradient, IDR(s) (Induced dimension reduction), GMRES (generalized minimum residual), BiCGSTAB (biconjugate gradient stabilized), QMR (quasi minimal residual), TFQMR (transpose-free QMR) and MINRES (minimal residual method).
. Yousef Saad . Iterative methods for sparse linear systems . 2nd . 2003 . . 0-89871-534-2 . 51266114 . registration .