Skip to content

MurageKibicho/LLL-HNF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages