This is a CPython library for solving linear systems of equations with the Jacobi iteration method and the Gauss-Seidel method. The library consists of two member functions that take in two lists A ...
golden.txt __ it is the file where our correct answer is located matrix.py __ here is my matrix class jacobi_functions.py __ this file contains the functions which solve our main problem (jacobi and ...