Skip to content

Commit 03bb60b

Browse files
committed
more
1 parent 7e24803 commit 03bb60b

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

tst/testinstall/meatauto.tst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gap> SMTX_NullspaceEqns(e);
1212
#
1313
# MTX.BasisModuleEndomorphisms
1414
#
15-
gap> G:=SmallGroup(24, 3);;
15+
gap> G:=SL(2, 3);;
1616
gap> p:=NextPrimeInt(100);;
1717
gap> M:=RegularModule(G, GF(p))[2];;
1818
gap> MTX.BasisModuleEndomorphisms(M);
@@ -44,7 +44,7 @@ gap> MTX.BasisModuleEndomorphisms(M);
4444
#
4545
# MTX.HomogeneousComponents
4646
#
47-
gap> G:=SmallGroup(24, 3);;
47+
gap> G:=SL(2, 3);;
4848
gap> p:=NextPrimeInt(100);;
4949
gap> M:=RegularModule(G, GF(p))[2];;
5050
gap> hc := MTX.HomogeneousComponents(M);;

tst/testinstall/meataxe.tst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,10 @@ gap> M2:=TensorProductGModule(M,M);
7777
rec( IsOverFiniteField := true, dimension := 9, field := GF(2),
7878
generators := [ <an immutable 9x9 matrix over GF2>,
7979
<an immutable 9x9 matrix over GF2> ], isMTXModule := true )
80-
gap> IdGroup(MTX.ModuleAutomorphisms(M2));
81-
[ 1344, 11301 ]
80+
gap> G:=MTX.ModuleAutomorphisms(M2);
81+
<matrix group of size 1344 with 9 generators>
82+
gap> StructureDescription(G);
83+
"PSL(3,2) x D8"
8284
gap> cf:=MTX.CompositionFactors(M2);;
8385
gap> ForAll(cf, MTX.IsAbsolutelyIrreducible);
8486
true

0 commit comments

Comments
 (0)