Calculating matrices. It's one of the projects in JetBrains Academy.
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.
- Python 3.7
python Matrices.py
Created by MarekPas