I want to know which of the classic linear solvers (e.g Gauss-Seidel, Jacobi, SOR) are guaranteed to converge for the problem $Ax=b$ where $A$ is positive semi definite and of course $b \in im(A)$
(Notice $A$ is semi definite and not definite)
|
I want to know which of the classic linear solvers (e.g Gauss-Seidel, Jacobi, SOR) are guaranteed to converge for the problem $Ax=b$ where $A$ is positive semi definite and of course $b \in im(A)$ (Notice $A$ is semi definite and not definite) |
|||||||||||||||||||||
|
|
The conjugate gradient algorithm works for semidefinite problems and produces the minimal norm solution. |
|||||
|