A humorous matrix multiplication library in Python
Project description
matrixfun 🎉📊
A fun and sassy Python matrix multiplication library that makes linear algebra tolerable (and funny).
Installation
pip install matrixfun
Usage
from matrixfun import multiply_matrices
A = [[1, 2], [3, 4]]
B = [[5], [6]]
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
matrixfun-0.1.0.tar.gz
(2.8 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 matrixfun-0.1.0.tar.gz.
File metadata
- Download URL: matrixfun-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc4808bc45732ac82c433e0ec95618570d314d5b1d03e143018aba1916843d92
|
|
| MD5 |
a8d4d47bd15c6bec5e09245413f852ee
|
|
| BLAKE2b-256 |
0fd6f1f2406712f2449a1acd8d25c3c5258275eaecbefc9834cfd1a03d310f91
|
File details
Details for the file matrixfun-0.1.0-py3-none-any.whl.
File metadata
- Download URL: matrixfun-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 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 |
61a14c7e1a064f588c1fc0d0da4600d2ff68b32223f4a45702c4395095c54ed3
|
|
| MD5 |
3533597aeb6dddac2473ef5928088405
|
|
| BLAKE2b-256 |
1d3820a02026472cbaa6fb008c9bb0a4a15fc5905b608a7a90e38be794ec7f86
|