A lightweight matrix module in pure Python.
Project description
A lightweighte 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()
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
pymatrix-3.0.1.tar.gz
(7.1 kB
view details)
File details
Details for the file pymatrix-3.0.1.tar.gz.
File metadata
- Download URL: pymatrix-3.0.1.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb28ee5b76b91a6987da593f2e62a09aed771bc97a81c939fb423fc457591b9b
|
|
| MD5 |
633ac78aa69ea366e1357c128052e2e8
|
|
| BLAKE2b-256 |
df11519cbfdb6ee7d7b37e8e11aff3e66b2b4270130af958df22711d5da4b030
|