[back] [prev] [next] [index] [root]
d := AbelianGroupDirectProduct(g1, g2); d := AbelianGroupDirectProduct(L);
groups | g1, g2, d |
|
list | L |
list of groups |
kash> g1 := AbelianGroupCreate([[5]]); Group with relations: [5] kash> g2 := AbelianGroupCreate([[7,7],[6,8]]); Group with relations: [7 7] [6 8] kash> d := AbelianGroupDirectProduct([g1, g2]); Group with relations: [5 0 0] [0 7 7] [0 6 8]
kash> d := g1*g2; Group with relations: [5 0 0] [0 7 7] [0 6 8]
kash> p := g1^4; > Group with relations: [5 0 0 0] [0 5 0 0] [0 0 5 0] [0 0 0 5]
<- back[back] [prev] [next] [index] [root]