Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/groupoids/tst/extra/   (GAP Algebra Version 4.15.1©)  Datei vom 11.8.2025 mit Größe 3 kB image not shown  

Quelle  rt-act.tst   Sprache: unbekannt

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

############################################################################
##
#W  rt-act.tst                   Groupoids Package             Chris Wensley
##

## Section 4.6 
gap> gpd_infolevel_saved := InfoLevel( InfoGroupoids );; 
gap> SetInfoLevel( InfoGroupoids, 0 );; 

gap> m3 := FullTransformationMonoid( 3 );; 
gap> rm3 := RightActionGroupoid( m3 ); 
groupoid with 5 pieces:
1:  single piece groupoid with rays: < Group( 
[ IdentityTransformation, Transformation( [ 132 ] ) ] ), 
[ Transformation( [ 111 ] ), Transformation( [ 222 ] ), 
  Transformation( [ 333 ] ) ], 
[ IdentityTransformation, Transformation( [ 21 ] ), 
  Transformation( [ 312 ] ) ] >
2:  single piece groupoid with rays: < Group( [ IdentityTransformation ] ), 
[ Transformation( [ 112 ] ), Transformation( [ 11 ] ), 
  Transformation( [ 221 ] ), Transformation( [ 22 ] ), 
  Transformation( [ 331 ] ), Transformation( [ 332 ] ) ], 
[ IdentityTransformation, Transformation( [ 132 ] ), 
  Transformation( [ 21 ] ), Transformation( [ 231 ] ), 
  Transformation( [ 312 ] ), Transformation( [ 321 ] ) ] >
3:  single piece groupoid with rays: < Group( [ IdentityTransformation ] ), 
[ Transformation( [ 121 ] ), Transformation( [ 131 ] ), 
  Transformation( [ 212 ] ), Transformation( [ 232 ] ), 
  Transformation( [ 313 ] ), Transformation( [ 323 ] ) ], 
[ IdentityTransformation, Transformation( [ 132 ] ), 
  Transformation( [ 21 ] ), Transformation( [ 231 ] ), 
  Transformation( [ 312 ] ), Transformation( [ 321 ] ) ] >
4:  single piece groupoid with rays: < Group( [ IdentityTransformation ] ), 
[ Transformation( [ 122 ] ), Transformation( [ 133 ] ), 
  Transformation( [ 211 ] ), Transformation( [ 233 ] ), 
  Transformation( [ 311 ] ), Transformation( [ 322 ] ) ], 
[ IdentityTransformation, Transformation( [ 132 ] ), 
  Transformation( [ 21 ] ), Transformation( [ 231 ] ), 
  Transformation( [ 312 ] ), Transformation( [ 321 ] ) ] >
5:  single piece groupoid with rays: < Group( [ IdentityTransformation ] ), 
[ IdentityTransformation, Transformation( [ 132 ] ), 
  Transformation( [ 21 ] ), Transformation( [ 231 ] ), 
  Transformation( [ 312 ] ), Transformation( [ 321 ] ) ], 
[ IdentityTransformation, Transformation( [ 132 ] ), 
  Transformation( [ 21 ] ), Transformation( [ 231 ] ), 
  Transformation( [ 312 ] ), Transformation( [ 321 ] ) ] >
gap> orm3 := ObjectList( rm3 );;
gap> Homset(rm3,orm3[1],orm3[2]);
fail
gap> Homset( rm3, orm3[2], orm3[3] ); 
<homset Transformation( [ 112 ] ) -> Transformation( [ 11 ] )
  with head group Group( [ IdentityTransformation ] )>
gap> Display( last );                
<homset Transformation( [ 112 ] ) -> Transformation( [ 11 ] )
  with elements:
[Transformation( [ 132 ] ) : Transformation( [ 112 ] ) -> 
Transformation( [ 11 ] )]
gap> Homset( rm3, orm3[1], orm3[14] );
<homset Transformation( [ 111 ] ) -> Transformation( [ 222 ] )
  with head group Group( 
[ IdentityTransformation, Transformation( [ 321 ] ) ] )>
gap> Display( last );                 
<homset Transformation( [ 111 ] ) -> Transformation( [ 222 ] )
  with elements:
[Transformation( [ 21 ] ) : Transformation( [ 111 ] ) -> 
Transformation( [ 222 ] )]
[Transformation( [ 231 ] ) : Transformation( [ 111 ] ) -> 
Transformation( [ 222 ] )]

gap> SetInfoLevel( InfoGroupoids, gpd_infolevel_saved );; 

[Dauer der Verarbeitung: 0.16 Sekunden, vorverarbeitet 2026-06-23]