/Linear-Equation-Solver

This project can be used to solve the system equation Ax = B and will generate a unique solution if it exists or else it generates the possible null space matrix and complete solution.

Primary LanguageCMIT LicenseMIT

Linear Equation Solver

This project can be used to solve the system equation Ax = B and will generate a unique solution if it exist or else it generates the possible null space matrix and complete solution.

Installation

Use the GNU Compiler Collection Mingw-GCC to compile cpp files and required dependencies.

Usage

  • To be executed in terminal
$ make
$ main

License

MIT