A simple matrix calculator library
Project description
AlumathGroup26 - Matrix Calculator Library
A simple and efficient matrix calculator library for Python.
Features
- Create and manipulate matrices
- Matrix multiplication with dimension validation
- Matrix addition and subtraction
- Matrix transpose
- Easy-to-use API
Installation
pip install alumathGroup26
from alumath import Matrix, multiply_matrices
# Create matrices
matrix1 = Matrix([[1, 2], [3, 4]])
matrix2 = Matrix([[5, 6], [7, 8]])
# Multiply matrices
result = multiply_matrices(matrix1, matrix2)
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
alumathGroup26-0.1.1.tar.gz
(3.2 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 alumathGroup26-0.1.1.tar.gz.
File metadata
- Download URL: alumathGroup26-0.1.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0212e275318ab08f40a84c1da6bc5ebcd94bd638992bab055805ecbd9228646
|
|
| MD5 |
156bad83969edc2c1c546809ef31f528
|
|
| BLAKE2b-256 |
a57c892531e2af30f95641eeaccbe1ad56e5e45ee23c6f7d4649f46f1c62e241
|
File details
Details for the file alumathGroup26-0.1.1-py3-none-any.whl.
File metadata
- Download URL: alumathGroup26-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4ecb6b6adc9677143cb4053549dceebe20488e057eb5a63a3b7ecb828286c4a
|
|
| MD5 |
87c1399e4e53a1e47889d3f314453094
|
|
| BLAKE2b-256 |
c0b00f7a7f6da6399a33c65e345b8af427fb313ab8c6cfb75997c147c1573b7a
|