[back] [prev] [next] [index] [root]
elt := AbelianGroupEltCreate(g, vector);
group element | elt |
|
group | g |
|
list or matrix with one row of integers | vector |
See also: AbelianGroupEltReduce
kash> g := AbelianGroupCreate([[0,1,2],[5,6,0],[0,4,5]]); Group with relations: [0 1 2] [5 6 0] [0 4 5] kash> elt := AbelianGroupEltCreate(g, [3,2,1]); > [3 2 1]
<- back[back] [prev] [next] [index] [root]