mrparth23 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C 92.0%Language:Gnuplot 5.2%Language:Makefile 2.9%