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

 


LatEltVec

Computes the corresponding point of the R^n.

Syntax:

v := LatEltVec(le);

vector
  v  
lattice element
  le  

Description:

no detailed description available yet


Example:


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

kash> LatEltVec(a);
> [-6336.931799991655223227849180410447496200770397385772]
[  -74.233116314471776820846681903034918196904380465164]
[  -69.179851117891019081021249377607185019687717900338]
[    -0.21237686055823886559060806171109610228712111429]


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