[back] [prev] [next] [index] [root]
AbelianGroupName(g, s);
group | g |
|
string | s |
name of g |
See also: AbelianGroupPrintLevel
kash> g1 := AbelianGroupCreate(Mat(Z, [[2,1], [1,3]])); Group with relations: [2 1] [1 3] kash> g2 := AbelianGroupCreate(Mat(Z, [[2,1], [1,3]])); Group with relations: [2 1] [1 3] kash> AbelianGroupName(g1, "first group"); kash> AbelianGroupName(g2, "second group"); kash> g1; first group Group with relations: [2 1] [1 3] kash> g2; > second group Group with relations: [2 1] [1 3]
<- back[back] [prev] [next] [index] [root]