Jump to content

Matrix-free methods

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tdonoughue (talk | contribs) at 18:49, 3 September 2010 (added distributed methods). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computational mathematics, a matrix-free method is an algorithm for solving a linear system of equations or an eigenvalue problem that does not store the coefficient matrix explicitly, but accesses the matrix by evaluating matrix-vector products. Such methods can be preferable when the matrix is so big that storing and manipulating it would cost a lot of memory and computer time, even with the use of methods for sparse matrices. Many iterative methods allow for a matrix-free implementation, including:

Distributed solutions have also been explored using coarse-grain parallel software systems to achieve homogeneous solutions of linear systems.[4].

It is generally used in solving non-linear equations like Euler's equations in CFD. Solving these equations requires the calculation of the jacobian which is costly in terms of CPU time and storage. To avoid this expense, matrix free methods are employed. In order to remove the need to calculate the jacobian, the jacobian vector product is formed instead, which is in fact a vector itself. Manipulating and calculating this vector is easier than working with a large matrix or linear system.

References

  • Langville, Amy N.; Meyer, Carl D. (2006), Google's PageRank and beyond: the science of search engine rankings, Princeton University Press, p. 40, ISBN 978-0-691-12202-1.
  1. ^ Coppersmith (1991), {{citation}}: Missing or empty |title= (help)
  2. ^ Wiedemann (1986), {{citation}}: Missing or empty |title= (help)
  3. ^ LaMacchia; Odlyzko (1991), {{citation}}: Missing or empty |title= (help)
  4. ^ Kaltofen, E.; Lobo, A. (1996), "Distributed Matrix-Free Solution of Large Sparse Linear Systems over Finite Fields", Algorithmica, vol. 24, pp. 311–348