Skip to content

kopok2/Linear-equation-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Systems of linear equations solver.

Topics

Resources

License

Stars

Watchers

Forks

Languages