Efficient Successive Over-Relaxation Method

This code solves the linear system Ax=b, where A is a symmetric banded matrix, using banded SOR.
982 Descargas
Actualizado 22 abr 2011

Ver licencia

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.

Citar como

Michael Akinwumi (2026). Efficient Successive Over-Relaxation Method (https://es.mathworks.com/matlabcentral/fileexchange/31154-efficient-successive-over-relaxation-method), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2010b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Linear Algebra en Help Center y MATLAB Answers.
Versión Publicado Notas de la versión
1.0.0.0