Skip to content

Приложение на C/C++ для выполнения стандартных операций с матрицами.

Notifications You must be signed in to change notification settings

reDasha/Matrix_calculation

Repository files navigation

Matrix_calculation

Implementation of basic functions for working with matrices in C.

The program has a GUI based on QT. Here are some screenshots for example:

drawing

drawing

What it can do with matrices

  • 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.

To use

$ git clone https://github.com/reDasha/Matrix_calculation.git
$ cd Matrix_calculation
$ make install
$ enter some data, press some buttons.

About

Приложение на C/C++ для выполнения стандартных операций с матрицами.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published