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
- Host: GitHub
- URL: https://github.com/redchenjs/equationsolver
- Owner: redchenjs
- Created: 2022-07-30T10:05:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T02:36:13.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T09:48:34.532Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Equation Solver
===============

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