Hi GAP team,
See the following testings:
gap> g:=SmallGroup(8,1);
<pc group of size 8 with 3 generators>
gap> Elements(g);
[ <identity> of ..., f1, f2, f3, f1*f2, f1*f3, f2*f3, f1*f2*f3 ]
gap> ele:=Elements(g);
[ <identity> of ..., f1, f2, f3, f1*f2, f1*f3, f2*f3, f1*f2*f3 ]
gap> Group(ele);
<pc group with 8 generators>
gap> Group([ <identity> of ..., f1, f2, f3, f1*f2, f1*f3, f2*f3, f1*f2*f3 ]);
Syntax error: expression expected
Group([ <identity> of ..., f1, f2, f3, f1*f2, f1*f3, f2*f3, f1*f2*f3 ]);
^
As you can see, GAP doesn't let me use the elements of the abstract
group to create a group directly. Any tips for this problem?
Regards
--
Assoc. Prof. Hongsheng Zhao <[email protected]>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province
_______________________________________________
Forum mailing list
[email protected]
https://mail.gap-system.org/mailman/listinfo/forum