Provides basic operatons of Matrix and solve system of linear equations using Matrix. It also finds eigenvalues of Square Matrix.
Project description
Mitra:1.0.4 Matrix library in python3
Mitra is Matrix library in python for matematical Matrix opertions. It supports python3 and any kind of OS (OS INDEPENDENT). Mitra is using object- oriented approach to solve real world Matrix problem.
SOME RESTRICTIONS:
It will not be applicable on any string or complex number Matrix
operations. It will only be able to solve decimal number Matrix
operations.
FEATURES:
1) It is able to perform all the basic operations of Matrix like
(Transpose, Inverse, Multiplication, Addition) etc.
2) It handles Matrix and Square Matrix differently.
3) It can solve linear equation problem with defined global function.
HELP DOCUMENT:
To get more detail on `how to use Mitra` library in python3, please
download help document from Github using below link -
<https://github.com/rdsquare/Mitra-Python-Library.git>
#HOW TO INSTALL This is to download testing Mitra library
WINDOWS/MAC:
1) check whether `python` command is running from terminal or not, using below command
python --version
if it is not running then set environment variables.
2) Install pip on python3
a) Get get-pip.py file from <https://bootstrap.pypa.io/get-pip.py>
b) run `python3 get-pip.py` or `python get-pip.py` on terminal from the directory where
get-pip.py file is present.
3) Type below command on terminal to install Mitra
pip install Mitra
LINUX:
1) check whether `python` command is running from terminal or not, using below command
$ python --version
if it is not running then set environment variables.
2) Install pip on python3
a) Run below commands on terminal:
$ wget https://bootstrap.pypa.io/get-pip.py
$ sudo python get-pip.py
or
$ sudo python3 get-pip.py
3) Type below command on terminal to install Mitra
$ pip install Mitra
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Mitra-1.0.4.tar.gz
(9.9 kB
view details)
Built Distribution
Mitra-1.0.4-py3-none-any.whl
(10.6 kB
view details)
File details
Details for the file Mitra-1.0.4.tar.gz
.
File metadata
- Download URL: Mitra-1.0.4.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.9.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be78e44d148241443da908f9556ab41e8e58a75aa2cf604ec92492e8eb996260 |
|
MD5 | 76599ca10d79917b196f1225d40e6147 |
|
BLAKE2b-256 | f5a96e5028a23790f2f3bb9ac080e96290a0779520e530ac0d915c701b487751 |
File details
Details for the file Mitra-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: Mitra-1.0.4-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.9.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1fdfb7f3f4f65b9ced30b109435ad3c60c664a0c54ea4e7bd69c1cbd54c590c0 |
|
MD5 | c74c24f7e6e60cab2a4a82474595f751 |
|
BLAKE2b-256 | c9e7222a92845787ca45ea8e21995cd1cde9fc7a6131e58810b413a8be77dc5d |