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

 


LatEltToList

missing shortdoc

Syntax:

L := LatEltToList(a);

list
  L  
lattice element
  a  

Description:

Let b_1, … ,b_k be the basis of a certain lattice. Given a lattice element a_1 b_1 + cdots + a_k b_k the LatEltToList function returns a list containing a_1, … ,a_k.


Example:


kash> Lambda := Lat(MatId(Z, 4));;
kash> a := LatElt(Lambda, [1, 2, 3, 4]);
[ 1 2 3 4 ]

kash> LatEltToList(a);
> [ 1, 2, 3, 4 ]


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