Efficient Successive Over-Relaxation Method

This code solves the linear system Ax=b, where A is a symmetric banded matrix, using banded SOR.
971 Downloads
Updated 22 Apr 2011

View License

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 (2024). 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
Created with R2010b
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