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

 


LatGram

Computes the Gram matrix of a lattice.

Syntax:

M := LatGram(Lambda);

matrix
  M  
lattice
  Lambda  

Description:

no detailed description available yet


Example:


kash> o := Order(Z, 2, 3);;
kash> Lambda := Lat(o);;
kash> LatGram(Lambda);
> [2 0]
[0 6]


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