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 Mar 2, 2022
1 parent 1f4793f commit 217038c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tst/teststandard/opers/Matobjnz.tst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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 217038c

Please sign in to comment.