Skip to content

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.

License

Notifications You must be signed in to change notification settings

mrparth23/Linear-Equation-Solver

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks