[sage-support] Re: Unimodular transformation matrix of LLL algorithm

2020-09-27 Thread slelievre
Note: also asked on Ask Sage:

- Unimodular transformation matrix of LLL algorithm
  https://ask.sagemath.org/question/53618

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/b27dbdc8-a4db-4f08-9425-38cf01c9cb65o%40googlegroups.com.


[sage-support] Unimodular transformation matrix of LLL algorithm

2020-09-27 Thread Santanu Sarkar
Dear all,
   I have a matrix M1 with integer entries with 90 rows and 6 columns.
After applying LLL algorithm of M1, I get M2=M1.LLL(). I want to get
corresponding unimodular transformation matrix T such that
T*M1=M2. We can find T by
T=M2*M1.pseudoinverse() or T== M1.solve_left(M2), but determinant of T
becomes 0 i.e.,  T.det()=0.
I want T.det()=1.

Best regards,
Santanu

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAOe8sPKjdEU95wO0B8P0sYxw5S15aVWX_MgL-6XX3wUUVEJ4-Q%40mail.gmail.com.