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

 


LatDisc

Computes the discriminant of a lattice.

Syntax:

disc := LatDisc(Lambda);

real
  disc  
lattice
  Lambda  

Description:

no detailed description available yet


Example:


kash> Lambda := Lat(5*MatId(Z, 5));
Basis:
[5 0 0 0 0]
[0 5 0 0 0]
[0 0 5 0 0]
[0 0 0 5 0]
[0 0 0 0 5]

kash> LatDisc(Lambda);
> 3125


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