Skip to content

Generates LaTeX that shows the steps of the matrix version of Euclid's algorithm for finding GCDs.

License

Notifications You must be signed in to change notification settings

haydenflinner/Euclid-Latex-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Euclid-Latex-Generator

Generates LaTeX that shows the steps of the matrix version of Euclid's algorithm for finding GCDs. Works in Python 2 or 3.

How to Use

Call with as many pairs of numbers as required, like so: python gen.py 79,20 127,13 > output.txt

Example Output

python gen.py 79,20 >> screen.tex

Screenshot of matrices produced

About

Generates LaTeX that shows the steps of the matrix version of Euclid's algorithm for finding GCDs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages