Metadata-Version: 2.1
Name: sumedha-matrix
Version: 1.0.0
Summary: A simple package which performs matrix operations like addition of two matrices,their difference, transpose and much more
Project-URL: Homepage, https://github.com/sumedha830/Sumedha-Matrix
Project-URL: Bug Tracker, https://github.com/sumedha830/Sumedha-Matrix/issues
Author-email: Sumedha  <umedhaghosh83@gmail.com>
License-File: LICENCE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# sumedha_matrix

## A simple package which performs matrix operations like addition of two matrices,their difference, transpose and much more

---

# Use the package in your project

### Install the package

```
pip install sumedha_matrix
```

### Using the package

```
import sumedha_matrix.matrix as matrix

matrix.mat_add()
```

---

Sumedha © 2023

> **Note**
> This is for a university project. Might not be maintained in future.
