
********* MatrixMultiplier Package  **********

This package provides a simple and efficient way to multiply two matrices of any dimensions. 
Whether you're dealing with small matrices or large ones, this package offers a reliable 
solution to perform matrix multiplication with ease.

1. Installation:

```
pip install matMulti
```

2. Generate multiplication result:

```
from matMulti import product 
```


Features
--Supports matrix multiplication of any dimensions.
--Efficient algorithm implementation for fast computation.
--Works with Python 3.

download here https://github.com/SajalDasShovon/Own-Simple-Python-Package