Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 309 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 309 Bytes

About the Project

A Smith normal form calculator for integer matrices written in Python, that also outputs and explains all the steps of the algorithm. The implementation uses sympy for the handling of matrices, so it can be easily extended to arbitrary PIDs. This project is intended for educational use.