Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  grpmat.tst   Sprache: unbekannt

 
Spracherkennung für: .tst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#@local cl,g,gd,gens,hom,i,img,iso,pcgs,u,G,F,o,a
gap> START_TEST("grpmat.tst");
gap> i := E(4);; G := Group([[i,0],[0,-i]],[[0,1],[-1,0]]);;
gap> gens := GeneratorsOfGroup( G );; IsSSortedList( gens );
false
gap> TypeObj( ShallowCopy( gens ) ) = false;
false
gap> SetName( G, "Q8" );
gap> One( TrivialSubgroup( G ) );
[ [ 10 ], [ 01 ] ]
gap> Size( G );
8
gap> IsHandledByNiceMonomorphism( G );
true
gap> pcgs := Pcgs( G );;
gap> Print(pcgs,"\n");
Pcgs([ [ [ 01 ], [ -10 ] ], [ [ E(4), 0 ], [ 0, -E(4) ] ], 
  [ [ -10 ], [ 0, -1 ] ] ])
gap> cl := ConjugacyClasses( G );;
gap> Collected(List(cl,i->[Size(i),Order(Representative(i))]));
[ [ [ 11 ], 1 ], [ [ 12 ], 1 ], [ [ 24 ], 3 ] ]
gap> Set(List( cl, c -> ExponentsOfPcElement( pcgs, Representative( c ) )));
[ [ 000 ], [ 001 ], [ 011 ], [ 101 ], [ 110 ] ]
gap> Size( AutomorphismGroup( G ) );
24
gap> g:=GL(4,3);;
gap> Length(ConjugacyClasses(g));
78
gap> gd:=DerivedSubgroup(g);;
gap> Index(g,gd);
2
gap> Length(ConjugacyClasses(gd));
51
gap> hom:=NaturalHomomorphismByNormalSubgroup(gd,Centre(gd));;
gap> u:=PreImage(hom,SylowSubgroup(Image(hom),3));;
gap> Size(u);
1458
gap> Index(u,DerivedSubgroup(u));
54
gap> g:= DerivedSubgroup( SO( 184 ) );;
gap> Collected( Factors( Size( g ) ) );
[ [ 224 ], [ 35 ], [ 54 ], [ 71 ], [ 131 ], [ 172 ] ]
gap> iso:= IsomorphismPermGroup( g );;
gap> img:=Image( iso );;
gap> Size(img);
67010895544320000
gap> IsNaturalGL( TrivialSubgroup( GL(2,2) ) );
false
gap> IsTransitive( Image( IsomorphismPermGroup( SO( 182 ) ) ) );
true

# a small matrix group over a large field
gap> F:= GF(316);;  Size( F );
43046721
gap> o:= PrimitiveElement(F);;
gap> a:= o^15 + 2*o^13 + o^12 + o^11 + o^10 + o^8 + o^7 + 2*o^2 + o + 2;;
gap> Order( a );
17
gap> G:= Group( [ [ a ] ] );;
gap> Size( G );
17

# 'NiceMonomorphism' shall work for finite rational matrix groups,
# also if they do not know yet that they are finite.
gap> G:= Group( [ [ 01 ], [ 10 ] ] );;
gap> NiceMonomorphism( G );;
gap> G:= Group( [ [ 01 ], [ 10 ] ] );;
gap> IsomorphismFpGroup( G );;

#
gap> TrivialSubgroup( GL(22) );
<matrix group of size 1>

#
gap> STOP_TEST( "grpmat.tst" );

[Dauer der Verarbeitung: 0.10 Sekunden, vorverarbeitet 2026-06-13]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik