next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
LLLBases :: LLL(..., ChangeMatrix => ...)

LLL(..., ChangeMatrix => ...) -- also find change of basis matrix

Synopsis

Description

Constructs the change of basis matrix U from the basis A to the basis B. This is an invertible matrix U such thatAU = B.
A = matrix randomMutableMatrix(10,10,.5,100000)
(B,U) = LLL(A, ChangeMatrix=>true)
B == A*U

Further information

See also