Skip to main content

A matrix Library

Project description

Pyrix

Pyrix : The Minimalist Matrix Library

PyPI GitHub PyPI - Python Version Code Style Downloads Codecov Travis (.org)

A different take on Matrices

Matrices are everywhere and the central most important aspect of computing. Be it graphics, AI or cryptography Matrix plays an important role and Pyrix takes on with the pure Python matrix implementation.

Why Pyrix?

As computaional Mathematics has evolved we have reached a stage where traditional pen/paper mathematics is becoming more of a tradition. For example in the recent courses at MIT for Linear Algebra-18.06 Most lectures are focused on explaining abstract ideas and methods. For the most Part Computers have proven to be a lot faster to do large computations and with a precise, accurate solution.
I pitch Pyrix to be a Well implemented, Fast Performing Library to enable other students to learn Linear Algebra and Matrix Mathematics alongside. Being a student it's often a struggle to adopt to computational mathematics. Some courses leave students at an abstract view of concepts and its always upto the student to explore further.
With pyrix being Open-Source One can easily view the source code, understand how the matrix operations are performed within the computer.

Getting Started with Pyrix

For Python3 enviornment one can install the package with pip

$ pip install pyrix

* some operating systems see pip for Python2 and pip3 for Python3 ,in that case

$ pip3 install pyrix

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

pyrix-0.7.19.tar.gz (20.6 kB view hashes)

Uploaded Source

Built Distribution

pyrix-0.7.19-py3-none-any.whl (26.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