__
|V| _ _|_ |_ |V| _ _|_ __ o _ _ _ / _ | _ | _ _|_ _ __
| |(_| |_ | | | |(_| |_ | | (_ (/__> \__ (_| | (_ |_| | (_| |_(_) |
by Hocuda
Simple CLI python matrices calculator for 3x3 matrices (yet)
git clone https://github.com/Hocuda/matrices_calculator
cd matrices_calculator
python3 matrix.py
git clone https://github.com/Hocuda/matrices_calculator
cd matrices_calculator
python matrix.py
python3 tests.py
This will start a test, that verifies 4 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
- The function for transposing a matrix