Pure Python matrix operations library without external dependencies
Project description
alumathpeer11
Pure Python matrix operations library without external dependencies.
Features
- Matrix multiplication for different dimensions
- Efficient loop-based implementation
- No external dependencies
- Simple and intuitive API
Installation
pip install alumathpeer11
from alumathpeer11 import Matrix, create_matrix
# Create matrices
m1 = create_matrix([[1, 2], [3, 4]])
m2 = create_matrix([[5, 6], [7, 8]])
# Matrix multiplication
result = m1 * m2
print(result)
## Step 2: Publishing to PyPI
### Prerequisites:
1. **Install required tools:**
```bash
pip install setuptools wheel twine
cd alumathpeer11
python setup.py sdist bdist_wheel
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
alumathpeer11-1.0.0.tar.gz
(4.4 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 alumathpeer11-1.0.0.tar.gz.
File metadata
- Download URL: alumathpeer11-1.0.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8efe96a85d6360efa864d992a9ba4a413b1ab47bb0b11c70591f971b29d5804a
|
|
| MD5 |
378c1d093895eb03234d0619608812eb
|
|
| BLAKE2b-256 |
044636370a99c6935c0fdb0d8bc95bf48f043e5bbf4de0b795f2723e7210bcf6
|
File details
Details for the file alumathpeer11-1.0.0-py3-none-any.whl.
File metadata
- Download URL: alumathpeer11-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da3607982a4f1744e478f680bfac3de03eb9c8ac8ed77f83beb50b62bc0abdcf
|
|
| MD5 |
3e5a0220247f344a65f6fe87aa6b72e5
|
|
| BLAKE2b-256 |
e6cf58302aa591d8147032feec5eafac0e92e6dc1f7307f025b82cd7869798be
|