Ask Your Question
0

LLL algorithm extended to linearly dependent vectors

asked 2019-08-26 11:12:26 +0200

updated 2019-08-27 00:23:10 +0200

Iguananaut gravatar image

Dear Sage community,

I am searching the way to compute Modified LLL Reduction algorithm ( by Michael Pohst) having in input a linear dependent vectors. Please could anyone help me to understand a way to do that in SAGE ?

Thank you in advance best regards AP

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-08-26 20:10:53 +0200

nbruin gravatar image

Have you tried the standard ".LLL" method on integer matrices? It seems to work fine on non-maximal rank examples too. You might want to dig into the documentation of the underlying libraries to confirm that the results are intended to be valid.

edit flag offensive delete link more

Comments

Thank you... I will try, but there is anyone with an example of application on linear dependent vectors ?

A.PASCONCINO gravatar imageA.PASCONCINO ( 2019-08-27 14:16:45 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2019-08-26 11:12:26 +0200

Seen: 283 times

Last updated: Aug 27 '19