Python package that performs basic matrix algebra operations.
This package was created as part of the core curriculum in Udacity's Data Scientist Nanodegree.
The easiest way to install the package is via pip
.
$ pip install matrix-alg-basic
Created a python package for basic matrix algebra operations. e.g addition, subtraction, multiplication
Python
Python package that performs basic matrix algebra operations.
This package was created as part of the core curriculum in Udacity's Data Scientist Nanodegree.
The easiest way to install the package is via pip
.
$ pip install matrix-alg-basic