GitHub / sudipto3331 / Gaussian-Elimination-Numerical-Method-Implementation-in-Python
This repository contains a Python implementation of the Gaussian Elimination method for solving systems of linear equations. The code reads coefficients from an Excel file (`read.xls`), performs Gaussian Elimination to transform the system into an upper triangular matrix, and then back-substitutes to find the solution.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudipto3331%2FGaussian-Elimination-Numerical-Method-Implementation-in-Python
PURL: pkg:github/sudipto3331/Gaussian-Elimination-Numerical-Method-Implementation-in-Python
Stars: 1
Forks: 0
Open issues: 0
License: mit
Language: Python
Size: 7.81 KB
Dependencies parsed at: Pending
Created at: 10 months ago
Updated at: 9 months ago
Pushed at: 10 months ago
Last synced at: 4 months ago
Topics: excel, excel-export, gauss-elimination, numerical-methods, python3