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

 


LatEltLength

Computes the length of a lattice element.

Syntax:

r := LatEltLength(a);

real
  r  
lattice elt
  a  

Description:

no detailed description available yet


Example:


kash> o := Order(Poly(Zx, [1, 13, 13, 13, 169]));;
kash> Lambda := Lat(o);;
kash> a := LatElt(Lambda, [1, 2, 3, 4]);
[ 1 2 3 4 ]

kash> LatEltLength(a);
40167001.09020786180114727023964280465933321626335782
kash> elt := Elt(o, [1,2,3,4]);;
kash> EltT2(elt);
> 40167001.09020786180114727023964280465933321626335817


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