An open API service indexing awesome lists of open source software.

https://github.com/redchenjs/equationsolver

Gauss-Jordan elimination algorithm
https://github.com/redchenjs/equationsolver

Last synced: 10 months ago
JSON representation

Gauss-Jordan elimination algorithm

Awesome Lists containing this project

README

          

Equation Solver
===============

## Run

```
g++ EquationSolver.cpp main.cpp && ./a.out
```