Implementation of basic functions for working with matrices in C.
The program has a GUI based on QT. Here are some screenshots for example:
- create and remove,
- compare,
- addition,
- subtraction,
- multiplication by a scalar,
- multiplication of two matrices,
- transpose,
- inverse,
- calculating the determinant,
- calculating the minor,
- calculation of the matrix of algebraic complements.
$ git clone https://github.com/reDasha/Matrix_calculation.git
$ cd Matrix_calculation
$ make install
$ enter some data, press some buttons.

