Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

MatTool-1.0.1-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page