Skip to content

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

Notifications You must be signed in to change notification settings

mrglaster/SomeMatrixOperations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published