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 online documentation (http://pythonhosted.org/pymatrix) or 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.1.tar.gz
(5.2 kB
view details)
File details
Details for the file pymatrix-1.1.1.tar.gz.
File metadata
- Download URL: pymatrix-1.1.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dc94bc8142a83979c35e7b6c50c5d7f27462d6e645b148978af97021bb9d729
|
|
| MD5 |
471191e96829d387ab3bcaa8f04983b5
|
|
| BLAKE2b-256 |
ceb9e700fc4170a7cf867bccbbf31d368dcb02529c19cbb657cf98f807d6bd56
|