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

 


AlffOrderBasis

Returns a list containing the basis elements of an alff order.

Syntax:

B := AlffOrderBasis(o);

list
  B  
of basis elements
alff order
  o  

See also:  AlffIdealBasis

Description:

no detailed description available yet


Example:


kash> AlffInit(FF(2,2));
"Defining global variables: k, w, kT, kTf, kTy, T, y, AlffGlobals"
kash> AlffOrders(y^3+T^3*y+T);
"Defining global variables: F, o, oi, one"
kash> AlffOrderBasis(o);
> [ [ 1, 0, 0 ], [ 0, 1, 0 ], [ 0, 0, 1 ] ]


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