Python realisation of few matrix operations.
- Finding the inverse matrix
- Matrix multiplication. Required checks are included
- LU-decomposition of a matrix
- Matrix determinant finding using LU-decomposition
Developed by Vadim Nechaev & Egor Pristavka. (may of 2022)