[back] [prev] [next] [index] [root]
AbelianGroupPrintLevel := a;
integer | a |
kash> g := AbelianGroupCreate(Mat(Z, [[4,2], [8,2]])); Group with relations: [4 2] [8 2] kash> AbelianGroupSmithCreate(g);; kash> h := AbelianGroupHomCreate(g, g, Mat(Z, [[0,1],[1,0]]), true); false
kash> AbelianGroupPrintLevel := 1;; kash> g; Group with relations: [4 2] [8 2] exponent : 4 order : 8 has SNF : Group with relations: [2 0] [0 4] kash> h := AbelianGroupHomCreate(g, g, Mat(Z, [[0,1],[1,0]]), true); false
<- back[back] [prev] [next] [index] [root]