A python package to perform Matrix Operations
Project description
MatTool 1.0.1
How to install
pip install MatTool
If you are trouble installing, try this
pip3 install MatTool
How to use
Some example codes:
from MatTool import MatTool
MatTool.MatDet(a) # a is multi dimensional list(i.e matrix), it returns determinant of a matrix.
from MatTool import MatTool
MatTool.MatInverse(a) # a is multi dimensional list(i.e matrix), it returns inverse of a matrix.
from MatTool import MatTool
MatTool.MatTranspose(a) # a is multi dimensional list(i.e matrix), it returns transpose of a matrix.
from MatTool import MatTool
MatTool.MatProduct(a,b) # a,b are multi dimensional lists(i.e matrices), it returns product of a and b matrix.
If you find any error! Feel free to contact me through mail!
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
MatTool-1.0.1.tar.gz
(2.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file MatTool-1.0.1.tar.gz.
File metadata
- Download URL: MatTool-1.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75fb6d5b23a14ad6b90f280b000e1325388f988b97e3ba36674ecc3f1c82b8a4
|
|
| MD5 |
95f2f044e4364f5b672e725f9dea37e0
|
|
| BLAKE2b-256 |
63ef56f002c0e687b484c07a82debaa16d31e95e404a4acd79ef93735440b17a
|
File details
Details for the file MatTool-1.0.1-py3-none-any.whl.
File metadata
- Download URL: MatTool-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01f11f56ad18ccc28e6d64e5199a615148349ac8693aacf700493a01f166cf7d
|
|
| MD5 |
cbf22452ceba8504a5d0df4ca390bea1
|
|
| BLAKE2b-256 |
ff655b7276cb6ccfaba92503ad2447bdf4c61fac013dc1de4b45b736659bf802
|