Jacobi/Gauss Seidel Methods in Matlab
问题 I need to implement the Jacobi and Guass Seidel, methods in Matlab. I found this link which has code that produces correct results (on the one sample I tried) for each. See post 3. My problem is that the implementation is different to that described here, and here I'm happy enough using someone else's code (indeed I prefer something tried and tested) but I want to understand exactly how it works. Can someone point me to a description of the implementations used in the post? Alternately are