Skip to main content

A lightweight, easy-to-use matrix module in pure Python.

Project description

A lightweight, easy-to-use matrix module in pure Python. Supports a range of basic linear algebra operations.

Sample syntax:

from pymatrix import matrix

m = matrix([
    [1, 2],
    [3, 4]
])

a = m + m * 2
b = m * m
c = m ** 3

d = m.det()
e = m.inv()

See the package documentation or the library’s Github homepage for further details.

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

pymatrix-2.0.0b1.tar.gz (6.7 kB view details)

Uploaded Source

File details

Details for the file pymatrix-2.0.0b1.tar.gz.

File metadata

  • Download URL: pymatrix-2.0.0b1.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pymatrix-2.0.0b1.tar.gz
Algorithm Hash digest
SHA256 59cc3db0776c16e9a73949a780a7a92c657ec5f9df8081f4d7512f97850d87d1
MD5 272f5efa44358c545db0631e57292a9e
BLAKE2b-256 146b44754d5ed9c4c83a484abdfb90aaed18f4a43d879cc721e85b3221ae2e30

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