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.
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.
Numerical methods for solving systems of linear equations
Implementation of the Successive Over-Relaxation (SOR) Method
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
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."