[back] [prev] [next] [index] [root]

 


LatSuccMins

Computes the successive minima of a lattice.

Syntax:

L := LatSuccMins(Lambda);

list
  L  
lattice
  Lambda  

Description:

The LatSuccMins function computes the successive minima of a lattice and a set of corresponding lattice elements.


Example:


kash> o := Order(Poly(Zx, [1, 13, 13, 13, 169]));;
kash> Lambda := Lat(o);;
kash> LatSuccMins(Lambda);
> [ [ -1 0 0 0 ]
    , 4, [ -3 -1 0 0 ]
    , 117.710223325529930087190601154781784396363864536308, [ 0 -11 -1 0 ]
    , 2098.727873763335276613028969537316945979798627539353, [ -13 -3 -12 -1 ]
    , 13067.65742584099018040789043545504811128068694482 ]


<- back[back] [prev] [next] [index] [root]