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 output of Sage and yours are LLL-reduced: see the documentation M.LLL? Note also that the delta and eta parameters might be different with your implementation (Sage uses by default delta=3/4 and eta=0.501). Paul Zimmermann -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
