Skip to main content

mathematical Python classes: finite fields, rationals, quaternions, matrices, polynomials, graphs, bitstrings

Reason this release was yanked:

failed to install in python2

Project description

msmath package

mathematical Python classes

Classes to implement finite fields (ffield.py), Z_m finite rings (fring.py), rationals: real, complex, quaternion (rational.py), quaternions (quaternion.py), binary matrices and matrices over any ring (matrix.py), and single-variable polynomials and rational functions with coefficients in any field (poly.py).

Also, a class to implement undirected graphs (graph.py), and a class to implement bitstrings (bitstrings.py).

Support modules: conversions.py: utilities for Python 2 and 3 compatibility numfuns.py: assorted numerical functions ffpoly.py: functions to enumerate irreducible polynomials mod p

Demonstration modules: bch.py: create BCH codes using the classes share.py: secret sharing using finite fields optable.py: create a printable op table for a finite ring

Standalone test programs for the various classes are included: test_bitstring.py tests bitstring classes. test_ffield.py primarily tests ffield.py, but also uses matrix.py and poly.py test_matrix.py primarily tests matrix.py, but also uses poly.py and rational.py test_poly.py primarily tests poly.py, but also uses ffield.py and rational.py test_rational.py tests rational classes.

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

msmath-1.0.6.tar.gz (108.3 kB view hashes)

Uploaded Source

Built Distribution

msmath-1.0.6-py3-none-any.whl (102.1 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