Skip to content

Calculator for operations with matrices written in C++, finding the determinant, solving a system of linear equations, finding inverse matrix by the Gauss method.

Notifications You must be signed in to change notification settings

yevzman-swe/matrix_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Matrix Calculator

Calculator for operations with matrices written in C++, finding the determinant, solving a system of linear equations, finding inverse matrix by the Gauss method.

Functions:

getDeterminant() - return determinant of Matrix;
inverse() - return inverse of Matrix;
Solve(Matrix A, vector solution) - get extended matrix(A) and solve linear system of equations(answer in vector solution);

About

Calculator for operations with matrices written in C++, finding the determinant, solving a system of linear equations, finding inverse matrix by the Gauss method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages