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
## Usage
```bash
from alumathGroup26 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.0.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.0.tar.gz.
File metadata
- Download URL: alumathGroup26-0.1.0.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 |
5439f059c1acad4684cabd1097422dcc229417f8cf5c697e7006392b435bb6d9
|
|
| MD5 |
6f0c9eb39b86d2d1b4c21fd79c6d0c76
|
|
| BLAKE2b-256 |
3de0ce89ecafde80e08fc546051f5ebc5572240622889fceb75e77528fda6577
|
File details
Details for the file alumathGroup26-0.1.0-py3-none-any.whl.
File metadata
- Download URL: alumathGroup26-0.1.0-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 |
d89c5a69a32049048d6a11968aa3319925d7cef758f01dd0e748eefffec04c4c
|
|
| MD5 |
be538fbf39f8917fc62f55633c0b5f55
|
|
| BLAKE2b-256 |
41b7bc8682a38f3c63ff0b28eb61ae9fb9d5af893b4a307bfaf3a656eb50b71c
|