The Gauss-Seidel iteration method is an iterative way to solve linear systems of equations. Here is an implementation in MATLAB:
main.m781 chars33 lines
Here is an example of how to use it:
main.m599 chars27 lines
Hope this helps!
gistlibby LogSnag