Skip to content

dmitryvshivtsev/Python_Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Matrix

This project was created for help to myself understand OOP principles.

Methods:

  • eq_matrix(other_matrix)
  • sum_matrix(other_matrix)
  • sub_matrix(other_matrix)
  • mul_number(number)
  • transpose()
  • determinant()
  • calc_complements()
  • inverse_matrix()
  • print_matrix()
  • random_fill_matrix()

To run the tests, run the make test command


Docker:

This project uses Docker for training purposes. Inside the container, the unit tests are simply run.

About

library for working with matrices in OOP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published