gauss seidel iterative linear system solver
                    Version 1.1.0.0 (557 Bytes) by  
                  giovan battista errante
                
                
                  this is a function that solve a linear system with gauss-seidel method
                
                  
              Function that solve linear system with gauss seidel method. Consider the linear system model:
A*x=b , the function sintax is:
[x,execution_time]=itergauss(A,b,n)
[x] is the solution vector 
A is the linear matrix of the problem
b is the known term vector
n is the number of iterative approximation
execution_time is the time needed to solve the system
Cite As
giovan battista errante (2025). gauss seidel iterative linear system solver (https://se.mathworks.com/matlabcentral/fileexchange/48302-gauss-seidel-iterative-linear-system-solver), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
              Created with
              R2012b
            
            
              Compatible with any release
            
          Platform Compatibility
Windows macOS LinuxCategories
      Find more on Numerical Integration and Differential Equations in Help Center and MATLAB Answers
    
  Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
