Metadata-Version: 2.1
Name: smithnormalform
Version: 0.1.1
Summary: A tool for computing the Smith Normal Forms over arbitrary Principle Ideal Domains
Home-page: https://github.com/corbinmcneill/snf
Author: Corbin McNeill
Author-email: corbin.mc96@gmail.com
License: UNKNOWN
Description: ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/smithnormalform)
        [![Build Status](https://travis-ci.org/corbinmcneill/SNF.svg?branch=master)](https://travis-ci.org/corbinmcneill/SNF)
        [![PyPI version](https://badge.fury.io/py/smithnormalform.svg)](https://badge.fury.io/py/smithnormalform)
        
        # SNF
        
        This project is a python package implementing the calculation of Smith Normal
        Forms (SNF) for matrices defined over arbitrary Principle Ideal Domains.
        
        Currently, the SNF calculator can calculate the SNF of matrices over either the
        integers or the gaussian integers, however it could be easily extended to work
        with matrices over any euclidian domain, by simply writing another class of the
        same form as the integers and gaussian integers classes.
        
        Contributors
        ------------
        
        1. Corbin McNeill
        2. Elias Schomer
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
