A project to compute matrices of any size. Able to compute determinant of a matrix. Multiply and add matrices.
Requires python 3.5
Simply clone or download the script and run it.
- Add matrices
- Multiply matrix by a constant
- Multiply matrices
- Transpose matrix
- Calculate a determinant
- Inverse matrix
- Exit