C++ implementation of the SOR method optimized for symmetric sparse banded matrices.
-
Updated
Mar 25, 2026 - C++
C++ implementation of the SOR method optimized for symmetric sparse banded matrices.
Numerical methods for solving systems of linear equations
Software which uses OpenMP to parallelise the three classic Algebraic Iterative Methods: Jacobi, Gauss-Seidel & Successive Over Relaxation, for solving Systems of the form Ax = b
This repository contains assignments and solutions for a course in Numerical Analysis. It covers a range of topics including interpolation, numerical integration, and matrix computations, implemented in C++/Python. These assignments demonstrate the application of numerical methods to solve various mathematical problems.
Implementation of the Successive Over-Relaxation (SOR) Method
Add a description, image, and links to the sor-method topic page so that developers can more easily learn about it.
To associate your repository with the sor-method topic, visit your repo's landing page and select "manage topics."