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.
- Host: GitHub
- URL: https://github.com/mrglaster/somematrixoperations
- Owner: mrglaster
- Created: 2022-09-21T12:44:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T15:20:37.000Z (about 3 years ago)
- Last Synced: 2025-01-15T07:11:37.216Z (11 months ago)
- Topics: algorithm, isu, lu-decomposition, math, matrix, matrix-inversion, python, russian-language, study-notes
- Language: Jupyter Notebook
- Homepage:
- Size: 269 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)