Compressed Row Storage (CRS) Jacobi Method
Version 1.0.0.0 (4.44 KB) by
Cheuk
Function uses Jacobi method to solve a linear system in CRS format
This function solves a linear system Ax=b using the Jacobi 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/JacobiMethod.html
Cite As
Cheuk (2026). Compressed Row Storage (CRS) Jacobi Method (https://www.mathworks.com/matlabcentral/fileexchange/45241-compressed-row-storage-crs-jacobi-method), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2011a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Physical Signals in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
