An open API service indexing awesome lists of open source software.

https://github.com/howz1t/matrix-python

A python class for creating and using matrices and their mathematical functions.
https://github.com/howz1t/matrix-python

Last synced: 12 months ago
JSON representation

A python class for creating and using matrices and their mathematical functions.

Awesome Lists containing this project

README

          

# matrix-python
A python class for creating and using matrices and their mathematical functions. This can handle processing for matrices of nxm order. Note larger matrices will take longer to compute, e.g.: a matrix with order 1000x1000 will take longer to compute than matrix with order 5x3.
Created by Dylan Randall.