[back] [prev] [next] [index] [root]
test := AbelianGroupEqual(g1, g2);
groups | g1, g2 |
|
boolean | test |
kash> g1 := AbelianGroupCreate([[0,1,2],[5,6,0],[0,4,5]]); Group with relations: [0 1 2] [5 6 0] [0 4 5] kash> g2 := AbelianSubGroup(g1, [1,1,1]); Group with relations: [15] kash> test := AbelianGroupEqual(g1, g2); true
kash> g1 = g2; > false
<- back[back] [prev] [next] [index] [root]