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

https://github.com/saratvemulapalli/linearequationsolver

Program which processes Linear Equations using gaussian elimination
https://github.com/saratvemulapalli/linearequationsolver

equation-solver

Last synced: 18 days ago
JSON representation

Program which processes Linear Equations using gaussian elimination

Awesome Lists containing this project

README

          

# LinearEquationSolver

This is a readme file for LinearEquationsSolver

To build this program: Please use standard linux make, which should generate the executable.

To run: Please use ./LinearEquationsSolver

Different Modes:

To input a file to the program: ./LinearEquationsSolver -f filename.txt

To get help on instructions: ./LinearEquationsSolver -h

Have fun solving equations :)