Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 847 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 847 Bytes

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