Skip to main content

a small module which adds a Matrix class to be used as a new data type

Project description

MATRIXHANDLER

A small module which adds you to manipulate matrixes in Python3. Code is still under development, features such as matrix division and power TBA.

The code is made for Python3

Installation

$ pip3 install matrixHandler

Example

from pymatrix import matrix

# creates a 2x3 matrix based on a list
matrix1 = Matrice([[1, 2],[3, 4],[5, 6]])

# creates another 3x2 matrix
matrix2 = Matrice([[10, 9, 8], [7, 6, 5]])

# multiples both matrixes
multMatrix = matrix1 * matrix2

# displays the result
print(multMatrix)

Output:

[14, 12]
[28, 24]
[42, 36]

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

matrixHandler-0.2.2.tar.gz (1.7 kB view details)

Uploaded Source

Built Distribution

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

matrixHandler-0.2.2-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file matrixHandler-0.2.2.tar.gz.

File metadata

  • Download URL: matrixHandler-0.2.2.tar.gz
  • Upload date:
  • Size: 1.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for matrixHandler-0.2.2.tar.gz
Algorithm Hash digest
SHA256 513ca4a6e5423a742de29932eb5f0b3ea97aaa1c0bfc945d1ae1dcf9fac524fc
MD5 cb36f1c2398c6792523e6da4494b4b89
BLAKE2b-256 0a44d0dbbdebc7669aa12e7ea737d9a731b1b872ee153b7f1ff72ef737053aa3

See more details on using hashes here.

File details

Details for the file matrixHandler-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: matrixHandler-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 2.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for matrixHandler-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5a3502a2debbefda9c15de97adc1c60cb88067ce5ccd982c7e23d95580b008ef
MD5 3bac140b1b802728299470dc6a1b59e6
BLAKE2b-256 e0692451bb24f51658ff38bf9bf459382907dcf1f61a31194ee25e00e2054a30

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