Skip to main content

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

alumathGroup26-0.1.0-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

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

Hashes for alumathGroup26-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5439f059c1acad4684cabd1097422dcc229417f8cf5c697e7006392b435bb6d9
MD5 6f0c9eb39b86d2d1b4c21fd79c6d0c76
BLAKE2b-256 3de0ce89ecafde80e08fc546051f5ebc5572240622889fceb75e77528fda6577

See more details on using hashes here.

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

Hashes for alumathGroup26-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d89c5a69a32049048d6a11968aa3319925d7cef758f01dd0e748eefffec04c4c
MD5 be538fbf39f8917fc62f55633c0b5f55
BLAKE2b-256 41b7bc8682a38f3c63ff0b28eb61ae9fb9d5af893b4a307bfaf3a656eb50b71c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page