The application lets you to perform some simple operations and calculations with matrices: - Transposition - Calculate determinant - Sum and diff of matrices - Multiplication of matrices - Multiplication of a matrix by number - Calculate rank - Find inverse - Solve systems of linear equations (with Gauss algorithm) A*X=B.