Numerical methods for solving systems of linear equations
-
Updated
Apr 18, 2024 - Python
Numerical methods for solving systems of linear equations
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
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."