A basic matrix computation library for addition, subtraction, and multiplication.
Project description
alumathpeergroup17
A lightweight Python library for basic matrix computations (addition, subtraction, multiplication) with dimension checks.
Installation
pip install alumathpeergroup17
from alumathpeergroup17 import matrix_multiplication
a = [[1, 2], [3, 4]] b = [[5, 6], [7, 8]]
print(matrix_multiplication(a, b))
✅ Step 4: Add a LICENSE file
Use an open-source license like MIT. Here's a simple MIT license placeholder:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file alumathpeergroup17-0.1.4.tar.gz.
File metadata
- Download URL: alumathpeergroup17-0.1.4.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2724b2b45cb1f719b429aae20ac135015aa181fa1c5411eeea4d6e9b4202d26
|
|
| MD5 |
515b51bd00d2c2bcef296fcc89d52bb7
|
|
| BLAKE2b-256 |
f8c57cacbbc1888e1e74f62b2d483b958ff8c20e76e67e6d29b6cc8e72df9078
|
File details
Details for the file alumathpeergroup17-0.1.4-py3-none-any.whl.
File metadata
- Download URL: alumathpeergroup17-0.1.4-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83d9b0be909c5a269e14bb9b052ec5b0db9f1ad42bf790b6a1e20c932927080e
|
|
| MD5 |
372f2b8aaaf2198caff4645f100f7a82
|
|
| BLAKE2b-256 |
7b27e32f7efdb8e86efe9aff99b794227cc2f0beecbfab7151a61db0528ce107
|