GitHub / sudipto3331 / Gauss-Seidel-Elimination-Numerical-Method-Implementation-in-Python
This repository contains a Python implementation of the Gauss-Seidel Elimination method for solving systems of linear equations. The code reads coefficients from an Excel file (`data.xls`), performs Gauss-Seidel iteration with relaxation, and saves the results in a new Excel file. The method also includes error checking and verifies the results.
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: Python
Size: 35.2 KB
Dependencies parsed at: Pending
Created at: 8 months ago
Updated at: 8 months ago
Pushed at: 8 months ago
Last synced at: about 2 months ago
Topics: excel-export, gauss-seidel-iteration, gauss-seidel-method, numerical-analysis, numerical-methods, python3