Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 419 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 419 Bytes

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 & Egor Pristavka. (may of 2022)