Skip to content

Python console matrices calculator/Консольный калькулятор матриц на питоне

License

Notifications You must be signed in to change notification settings

Hocuda/matrices_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Matrices Calculator

                                           __                         
|V| _ _|_ |_    |V| _ _|_ __ o  _  _  _   /     _  |  _     |  _ _|_ _  __
| |(_| |_ | |   | |(_| |_ |  | (_ (/__>   \__  (_| | (_ |_| | (_| |_(_) | 
by Hocuda

Simple CLI python matrices calculator for 3x3 matrices (yet)

Download and boot:

For Linux:

git clone https://github.com/Hocuda/matrices_calculator
cd matrices_calculator
python3 matrix.py

For Windows:

git clone https://github.com/Hocuda/matrices_calculator
cd matrices_calculator
python matrix.py

Testing:

python3 tests.py

This will start a test, that verifies 3 functions of calculator:

  • The function for summing matrix on matrix
  • The function for multiplying a matrix on number
  • The function for multiplying one matix by another

About

Python console matrices calculator/Консольный калькулятор матриц на питоне

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages