A simple Python library for multiplying two matrices of any size
Project description
ALU math matrices multiplication
A lightweight Python library to multiply two matrices of any compatible size.
Example
pip install alumath_group12
from alumath_group12 import multiply_matrices
a = [
[2, 4, 1],
[0, 3, 5],
[7, 1, 6]
]
b = [
[1, 0, 2],
[3, 5, 6],
[4, 7, 8]
]
result = multiply_matrices(a, b)
print(result)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
alumath_group12-0.1.2.tar.gz
(2.1 kB
view details)
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 alumath_group12-0.1.2.tar.gz.
File metadata
- Download URL: alumath_group12-0.1.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
432355ff095acfbcdb1143ae48b9d575377f6d7aeb8e26b8c9924ea9b0402cfd
|
|
| MD5 |
91386b354071083c907e42e26958ac51
|
|
| BLAKE2b-256 |
0b3253e73481228b16c6dc02387fe0dde51fcd89c0d9260b220e04a9a9e3c915
|
File details
Details for the file alumath_group12-0.1.2-py3-none-any.whl.
File metadata
- Download URL: alumath_group12-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c954ef593785da8848225364dbd874c328ad7e4cb12e205bff76dd817a46052
|
|
| MD5 |
19d52e858e775ee027b52fceed568608
|
|
| BLAKE2b-256 |
49e44c1986c1f5342eeb8caa28df7b03c8bac055f529d39950449ac883914fe1
|