Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 598 Bytes

File metadata and controls

16 lines (13 loc) · 598 Bytes

Garner-Algorithm-Python

Python3 Garner's algorithm to solve diophantine equations system with coprime moduli

License

Copyright © 2020 Marcello Maugeri maugeri.marcello@studium.unict.it This software is distributed under GNU General Public License v3 https://www.gnu.org/licenses/gpl-3.0.txt

Requirements

  • Python 3 along with re and math

How to use