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

 


IsLat

Returns true iff the argument is of type "KANT lattice".

Syntax:

b := IsLat(a);

boolean
  b  
  a  

Description:

no detailed description available yet


Example:


kash> lambda := Lat(MatId(Z,8));
Basis:
[1 0 0 0 0 0 0 0]
[0 1 0 0 0 0 0 0]
[0 0 1 0 0 0 0 0]
[0 0 0 1 0 0 0 0]
[0 0 0 0 1 0 0 0]
[0 0 0 0 0 1 0 0]
[0 0 0 0 0 0 1 0]
[0 0 0 0 0 0 0 1]

kash> IsLat(lambda);
> true


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