/LinearEquationSolver

Program which processes Linear Equations using gaussian elimination

Primary LanguageC++

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 :)