Content deleted Content added
Short start of page |
No edit summary |
||
Line 3:
:<math>A x= b.\,</math>
where <math>A</math> is symmetric [positive definite]. If the [[matrix]]
:<math> P^{-1}Ax = P^{-1}b,\,</math>
instead.
The simplest preconditioner is a diagonal matrix that has just the diagonal elements of of <math>A</math>. This is known as Jacobi preconditioning or diagonal scaling. Since diagonal matrices are trivial to invert and store in memory, a diagonal preconditioner is a good starting point. More sophisticated choices must trade-off the reduction in <math>\kappa(A)</math>, and hence faster convergence, with the time spent computing <math>P^{-1}</math>.
==External links==
* [http://www.math-linux.com/spip.php?article55 Preconditioned Conjugate Gradient] – math-linux.com
* [http://www.cs.cmu.edu/~quake-papers/painless-conjugate-gradient.pdf] - conjugate gradient without the agonizing pain (Jonathon Richard Shewchuck)
[[Category:Numerical linear algebra]]
{{math-stub}}
|