[back] [prev] [next] [index] [root]
m := AlffEltMin(a);
coefficient ring element | m |
|
alff element | a |
See also: AlffEltRepMat
kash> AlffInit(FF(2,1)); "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> a := AlffElt(o, [0,1,0] / T); [ 0, 1, 0 ] / T kash> AlffEltMin(a); > T
<- back[back] [prev] [next] [index] [root]