Skip to content

Commit

Permalink
Added test for MeatAxe/Group operations
Browse files Browse the repository at this point in the history
using zmodnz matrix objects
  • Loading branch information
hulpke committed Apr 9, 2022
1 parent 22b3185 commit 7716404
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tst/teststandard/opers/Matobjnz.tst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
gap> START_TEST("Matobjnz.tst");

#
gap> p:=NextPrimeInt(MAXSIZE_GF_INTERNAL);;
gap> g:=AlternatingGroup(5);;
gap> mo:=IrreducibleModules(g,GF(p));;
gap> Set(List(mo[2],x->x.dimension));
[ 1, 4, 5, 6 ]
gap> h:=Group(mo[2][2].generators);
<matrix group with 2 generators>
gap> Size(h);
60
gap> Length(ConjugacyClassesSubgroups(h));
9

#
gap> STOP_TEST("Matobjnz.tst",1);

0 comments on commit 7716404

Please sign in to comment.