To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Krylov subspace

From Wikipedia, the free encyclopedia

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 ), that is,[1][2]

YouTube Encyclopedic

  • 1/5
    Views:
    6 383
    15 604
    17 624
    1 052
    4 269
  • Understanding Krylov Subspace Methods
  • Krylov subspaces
  • Lec 18 | MIT 18.086 Mathematical Methods for Engineers II
  • Comprendre de l' espace de Krylov + Understanding Krylov subspace
  • idea of GMRES as Krylov subspace method

Transcription

Background

The concept is named after Russian applied mathematician and naval engineer Alexei Krylov, who published a paper about the concept in 1931.[3]

Properties

  • .
  • Let . Then are linearly independent unless , for all , and . So is the maximal dimension of the Krylov subspaces .
  • The maximal dimension satisfies and .
  • Consider , where is the minimal polynomial of . We have . Moreover, for any , there exists a for which this bound is tight, i.e. .
  • is a cyclic submodule generated by of the torsion -module , where is the linear space on .
  • can be decomposed as the direct sum of Krylov subspaces.[clarification needed]

Use

Krylov subspaces are used in algorithms for finding approximate solutions to high-dimensional linear algebra problems.[2] 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.[4]

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 , one computes , then one multiplies that vector by to find 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. These methods can be used in situations where there is an algorithm to compute the matrix-vector multiplication without there being an explicit representation of , giving rise to Matrix-free methods.

Issues

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.

Existing methods

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).

See also

References

  1. ^ Nocedal, Jorge; Wright, Stephen J. (2006). Numerical optimization. Springer series in operation research and financial engineering (2nd ed.). New York, NY: Springer. p. 108. ISBN 978-0-387-30303-1.
  2. ^ a b Simoncini, Valeria (2015), "Krylov Subspaces", in Nicholas J. Higham; et al. (eds.), The Princeton Companion to Applied Mathematics, Princeton University Press, pp. 113–114
  3. ^ Krylov, A. N. (1931). "О численном решении уравнения, которым в технических вопросах определяются частоты малых колебаний материальных систем" [On the Numerical Solution of Equation by Which are Determined in Technical Problems the Frequencies of Small Vibrations of Material Systems]. Izvestiia Akademii Nauk SSSR (in Russian). 7 (4): 491–539.
  4. ^ Hespanha, Joao (2017), Linear Systems Theory, Princeton University Press

Further reading

This page was last edited on 13 February 2024, at 15:47
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.