Efficient Successive Over-Relaxation Method
Goal: This code solves the linear system Ax=b, where A is a symmetric banded
matrix, using banded SOR. A is first stored in compact storage mode
and next SOR is applied to the compact storage.
Input: This code accepts a symmetric banded matrix A, initial guess x0,
vector b, SOR parameter omega and tolerance epsilon.
Output: This code outputs the SOR-computed solution x, number of iteration
called Iteration and error called Error, which is the Euclidean
distance between kth iterate and k+1 iterate just when Error <
epsilon.
Cite As
Michael Akinwumi (2026). Efficient Successive Over-Relaxation Method (https://www.mathworks.com/matlabcentral/fileexchange/31154-efficient-successive-over-relaxation-method), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
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 |
