GitHub / sudipto3331 / LU-Decomposition-Numerical-Method-Implementation-in-Python
This repository contains a Python implementation of the LU Decomposition method for solving systems of linear equations. The code reads coefficients from an Excel file (`read.xls`), performs LU Decomposition to factorize the matrix into lower and upper triangular matrices, and then solves the system of equations.
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: Python
Size: 8.79 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, excel-export, lu-decomposition, numerical-analysis, numerical-methods, python3