Unbiseptium

From formulasearchengine
Revision as of 15:06, 14 August 2013 by en>Double sharp
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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-1 powers of A (starting from A0=I), that is,

𝒦r(A,b)=span{b,Ab,A2b,,Ar1b}.

It is named after Russian applied mathematician and naval engineer Alexei Krylov, who published a paper about it in 1931. The basis for the Krylov subspace is derived from the Cayley-Hamilton theorem which says that the inverse of a matrix can be found in terms of a linear combination of its powers.[1][2] Modern iterative methods for finding one (or a few) eigenvalues of large sparse matrices or solving large systems of linear equations avoid matrix-matrix operations, but rather multiply vectors by the matrix and work with the resulting vectors. Starting with a vector, b, one computes Ab, then one multiplies that vector by A to find A2b and so on. All algorithms that work this way are referred to as Krylov subspace methods; they are among the most successful methods currently available in numerical linear algebra.

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 Arnoldi, Lanczos, Conjugate gradient, GMRES (generalized minimum residual), BiCGSTAB (biconjugate gradient stabilized), QMR (quasi minimal residual), TFQMR (transpose-free QMR), and MINRES (minimal residual) methods.

References

  • Key reference paper: A N Krylov. “О численном решении уравнения, которым в технических вопросах определяются частоты малых колебаний материальных систем”. Izvestija AN SSSR (News of Academy of Sciences of the USSR), Otdel. mat. i estest. nauk, 1931, VII, Nr.4, 491-539 (in Russian). Transl. as “On the Numerical Solution of Equation by Which are Determined in Technical Problems the Frequencies of Small Vibrations of Material Systems”, or "On the numerical solution of the equation by which in technical questions frequencies of small oscillations of material systems are determined,"; according to Grigorian, A. T. (2008) and Botchev (2002) respectively - see below.
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  1. Template:Cite web6 Dec. 2012.
  2. Grigorian, A. T. (2008). "Krylov, Aleksei Nikolaevich." Complete Dictionary of Scientific Biography. 2008. Encyclopedia.com. 6 Dec. 2012 <http://www.encyclopedia.com>.

Template:Numerical linear algebra

Template:Linear-algebra-stub