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 = [[3, 2, 3], [7, 5, 6]]
b = [[9, 8], [0, 10], [1, 14]]
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.1.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.1.tar.gz.
File metadata
- Download URL: alumath_group12-0.1.1.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 |
cdb3d33240b9fe57c7193dd1403a0222d6b140490462fb98f728e8923e17125b
|
|
| MD5 |
a48d80c62f48fbef18f3b210dde4ae6a
|
|
| BLAKE2b-256 |
83df9165b74815f5b1ab5ceeaf8d60921510e1e0d39f772c0a200bed47798adf
|
File details
Details for the file alumath_group12-0.1.1-py3-none-any.whl.
File metadata
- Download URL: alumath_group12-0.1.1-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 |
a3ed66964118e3e3e079e8a8f30474ec693659d5ac92111b92bae43c62e06090
|
|
| MD5 |
b52290367168b3cecb7862e70d9e0775
|
|
| BLAKE2b-256 |
02fabb14957cb2cec059a0bd621324fe128976ff03b5b97c9579d40526c24cc6
|