[back] [prev] [next] [index] [root]
g := AbelianGroupCreate(mat); g := AbelianGroupCreate(mat, "*"); g := AbelianGroupCreate(mat, "+");
group | g |
|
matrix or list of lists | mat |
See also: AbelianSubGroup, AbelianGroupSmithCreate
kash> g := AbelianGroupCreate([[0,1,2],[5,6,0],[0,4,5]]); > Group with relations: [0 1 2] [5 6 0] [0 4 5]
<- back[back] [prev] [next] [index] [root]