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
- Host: GitHub
- URL: https://github.com/saratvemulapalli/linearequationsolver
- Owner: saratvemulapalli
- Created: 2017-09-05T01:41:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T06:37:08.000Z (almost 9 years ago)
- Last Synced: 2025-02-26T06:31:08.628Z (over 1 year ago)
- Topics: equation-solver
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)