Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 435 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 435 Bytes

Matrices

Calculating matrices. It's one of the projects in JetBrains Academy.

Description

The script allows:

  • addition of matrices
  • multiplication of a matrix by a constant number
  • multiplication of matrices
  • transposeof a matrix
  • determinant calcualtion
  • inverse of a matrix

All numbers of matrices must be entered with spaces.

Technologies

  • Python 3.7

Setup

python Matrices.py

Credits

Created by MarekPas