Preconditioned conjugate gradient method

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Simon666
Messages
93
Reaction score
0
Hi, I've gotten the conjugate gradient method to work for solving my matrix equation:

http://en.wikipedia.org/wiki/Conjugate_gradient_method

Right now I'm experimenting with the preconditioned version of it. For a certain preconditioner however I'm finding that

223e5149b9e87962a93e50123795acb0.png


is zero, so no proper update is happening and hence no further minimizing of residuals occurs. Any idea what this means and what the best search direction (new p(k+1)) would then be?
 
Last edited by a moderator:
Physics news on Phys.org
If ##\beta_k=0## then ##r_{k+1}=0## which is sufficiently small and the break criterion in the algorithm. I'd say you're done in this case.