Introduction - If you have any usage issues, please Google them yourself
Gauss-seidel iterative algorithm:
Set the diagonal element of the coefficient matrix of the equation AX= b, and M is the maximum allowed for iteration times, which is the allowable error.
I take the initial vector, so k is equal to 0
(2) for computing
If, then output, end; Otherwise the execution of the,
If, if, do not converge, terminate the program; Otherwise, change.
Packet : 45665985diedai.rar filelist
解线性方程组的迭代法.c