Compressed Row Storage (CRS) Gauss-Seidel Method

Version 1.0.0.0 (4.57 KB) by Cheuk
Function uses Gauss-Seidel method to solve a linear system in CRS format
396 Downloads
Updated 31 Jan 2014

View License

This function solves a linear system Ax=b using the Gauss-Seidel iteration method. The A-matrix is supplied in Compressed Row Storage (CRS) format. The iteration is terminated when either (1) the user-specified maximum number of iterations has been reached or (2) the norm of successive iterates is less than a user-specified epsilon.

Reference: (1) http://mathworld.wolfram.com/Gauss-SeidelMethod.html

Cite As

Cheuk (2024). Compressed Row Storage (CRS) Gauss-Seidel Method (https://www.mathworks.com/matlabcentral/fileexchange/45350-compressed-row-storage-crs-gauss-seidel-method), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0