[back] [prev] [next] [index] [root]
s := AbelianGroupSmithCreate(g [, generators]);
group | g, s |
|
boolean | generators |
kash> g := AbelianGroupCreate([[15,5,-5,10],[0,0,0,50],[6,6,6,6]]); Group with relations: [15 5 -5 10] [ 0 0 0 50] [ 6 6 6 6] kash> s := AbelianGroupSmithCreate(g); > Group with relations: [ 10 0 0] [ 0 300 0] [ 0 0 0]
<- back[back] [prev] [next] [index] [root]