Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

LLL-HNF

We use LLL reduction to find the Hermite Normal Form of a matrix and solve linear diophantine equations. Complete writeup is available on LeetArxiv

Extended GCD and Hermite Normal Form Algorithms via Lattice Basis Reduction

The 1998 paper Extended GCD and Hermite Normal Form Algorithms via Lattice Basis Reduction (Havas, Majewski & Matthews, 1998) introduces the HMM algorithm for solving linear diophantine equations.

We code the paper in C and test different cases.

Getting Started

clear && gcc LLLMatrix.c -lm -o m.o && ./m.o

About

We use LLL reduction to find the Hermite Normal Form of a matrix and solve linear diophantine equations.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages