Skip to main content

A simple Python library for multiplying two matrices of any size

Project description

ALU math matrices multiplication

A lightweight Python library to multiply two matrices of any compatible size.

Example

pip install alumath_group12
from alumath_group12 import multiply_matrices

a = [
    [2, 4, 1],
    [0, 3, 5],
    [7, 1, 6]
]

b = [
    [1, 0, 2],
    [3, 5, 6],
    [4, 7, 8]
]

result = multiply_matrices(a, b)
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

alumath_group12-0.1.2.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

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

alumath_group12-0.1.2-py3-none-any.whl (2.2 kB view details)

Uploaded Python 3

File details

Details for the file alumath_group12-0.1.2.tar.gz.

File metadata

  • Download URL: alumath_group12-0.1.2.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for alumath_group12-0.1.2.tar.gz
Algorithm Hash digest
SHA256 432355ff095acfbcdb1143ae48b9d575377f6d7aeb8e26b8c9924ea9b0402cfd
MD5 91386b354071083c907e42e26958ac51
BLAKE2b-256 0b3253e73481228b16c6dc02387fe0dde51fcd89c0d9260b220e04a9a9e3c915

See more details on using hashes here.

File details

Details for the file alumath_group12-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for alumath_group12-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7c954ef593785da8848225364dbd874c328ad7e4cb12e205bff76dd817a46052
MD5 19d52e858e775ee027b52fceed568608
BLAKE2b-256 49e44c1986c1f5342eeb8caa28df7b03c8bac055f529d39950449ac883914fe1

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