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.
- Host: GitHub
- URL: https://github.com/howz1t/matrix-python
- Owner: HOWZ1T
- License: mit
- Created: 2017-08-01T05:56:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T05:59:48.000Z (almost 9 years ago)
- Last Synced: 2025-07-01T07:04:35.071Z (12 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.