Metadata-Version: 2.1
Name: abc_of_matrix_algebra
Version: 1.0
Summary: A package for basic matrix algebra operations
Home-page: https://github.com/BrianMeki/matrix_algebra
Author: Brian Meki
Author-email: brian.meki@takealot.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown

# Portfolio Project - Simple Matrix Algebra

This package computes basic matrix operations that include:
1. Addition,
2. Subtraction,
3. Multiplication
