A lightweight matrix object with support for basic linear algebra operations.
Project description
A lightweight matrix module in pure Python. Supports 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 module’s Github homepage (https://github.com/dmulholland/pymatrix) for further details.
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-1.1.0.tar.gz
(4.9 kB
view details)
File details
Details for the file pymatrix-1.1.0.tar.gz.
File metadata
- Download URL: pymatrix-1.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82d93b9901f877c5ed093d2440d1f1b962b5f12b3c9c6a49d19eb1855b9164ed
|
|
| MD5 |
94b8a94aaae9d787d1c34b4a29a40160
|
|
| BLAKE2b-256 |
c81802883e85e5551b952aa196982c475c374e2dc537c01d975311f806064f8b
|