A simple Python library for multiplying two matrices of any size
Project description
yassin-matrix
A lightweight Python library to multiply two matrices of any compatible size.
Example
from yassin_matrix import martices_multiplication
a = [[3, 2, 3], [7, 5, 6]]
b = [[79, 8], [0, 10], [1, 14]]
result = martices_multiplication(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
yassin_matrix-0.1.1.tar.gz
(2.0 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 yassin_matrix-0.1.1.tar.gz.
File metadata
- Download URL: yassin_matrix-0.1.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a7af6dbd6a962dba4363ed65a65a313b6c65fddd0d369f4268a77d0c66a9e4b
|
|
| MD5 |
396f352687eb071645f60dca80f11533
|
|
| BLAKE2b-256 |
dd67fd52b1bc90625548b58450a618f3b78802bec9061444aa6d3427d2dcf7ff
|
File details
Details for the file yassin_matrix-0.1.1-py3-none-any.whl.
File metadata
- Download URL: yassin_matrix-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.1 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 |
159c97dee01a54d8e5b320c1179992805c668b32006a05f284198616d6ba63d8
|
|
| MD5 |
d877d0fad035f71868dedc67a977252f
|
|
| BLAKE2b-256 |
27716323c76e8923c3adf4cc3684bebea7d176dce008ef748e88a5998bc64512
|