项目作者: kopok2
项目描述 :
Systems of linear equations solver.
高级语言: Python
项目地址: git://github.com/kopok2/Linear-equation-solver.git
Linear-equation-solver
Systems of linear equations solver.
Installation
pip install numpy
pip install matplotlib
git clone https://github.com/kopok2/Linear-equation-solver
Running
python app.py
Solver
Solver uses LU matrix decomposition method implemented from scratch in Python.