Hi,
> I have written following Lattice Reduction Algorithm. However, it does not
> work properly (does not matche with the LLL algorithm
> implemented in Sage). It will be great for me if any one check the program.
the output of the LLL algorithm is not unique. You have to check that the
o
I have written following Lattice Reduction Algorithm. However, it does not
work properly (does not matche with the LLL algorithm
implemented in Sage). It will be great for me if any one check the program.
# LLL Algorithm
M=matrix(ZZ,4,4,
[1,57,67,75,
3,4,98,98,
34,23,267,111,
6,134,125,68
])