An open API service indexing awesome lists of open source software.

https://github.com/mrglaster/somematrixoperations

Python realisation of some matrix operations including LU-decomposition and determinant finding.
https://github.com/mrglaster/somematrixoperations

algorithm isu lu-decomposition math matrix matrix-inversion python russian-language study-notes

Last synced: 9 months ago
JSON representation

Python realisation of some matrix operations including LU-decomposition and determinant finding.

Awesome Lists containing this project

README

          

# Some matrix operations
Python realisation of few matrix operations.

## Which matrix operations were released?

1) Finding the inverse matrix
2) Matrix multiplication. Required checks are included
3) LU-decomposition of a matrix
4) Matrix determinant finding using LU-decomposition

## Developers
Developed by [Vadim Nechaev](https://github.com/nech14) & [Egor Pristavka](https://github.com/mrglaster). (may of 2022)