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
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-2.0.1.tar.gz
(6.8 kB
view details)
File details
Details for the file pymatrix-2.0.1.tar.gz.
File metadata
- Download URL: pymatrix-2.0.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2dc96af9d86e8f9584e9211fe7b053014ece2fd84c3de9412db4e570dcce1b0
|
|
| MD5 |
280aee22ac2ee6b7b9b7cb2a0fee475e
|
|
| BLAKE2b-256 |
f8614f222dbf31ee5adc65a4cbe5ced207f6c679552d69f0278b79b4208b4373
|