Eine aufbereitete Darstellung der Quelle

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

Benutzer

Quelle  2017-09-07-FroidurePinExtendedAlg.tst   Sprache: unbekannt

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

# Issue related to FroidurePinExtendedAlg
# Examples reported on issue #1674 on github.com/gap-system/gap
#
gap> sort := function(x, y)
> local rx, ry;
> rx := RankOfPartialPerm(Representative(x));
> ry := RankOfPartialPerm(Representative(y));
> return rx < ry;
> end;;
gap> x := PartialPerm([1]);
<identity partial perm on [ 1 ]>
gap> y := PartialPerm([0]);
<empty partial perm>
gap> S := Semigroup(x, y);
<partial perm monoid of rank 1 with 2 generators>
gap> D := ShallowCopy(GreensDClasses(S));;
gap> Sort(D, sort);
gap> D;
[ <Green's D-class: <empty partial perm>>, 
  <Green's D-class: <identity partial perm on [ 1 ]>> ]
gap> Elements(S);
[ <empty partial perm>, <identity partial perm on [ 1 ]> ]
gap> S := Semigroup(x, y);
<partial perm monoid of rank 1 with 2 generators>
gap> Elements(S);
[ <empty partial perm>, <identity partial perm on [ 1 ]> ]
gap> D := ShallowCopy(GreensDClasses(S));;
gap> Sort(D, sort);
gap> D;
[ <Green's D-class: <empty partial perm>>, 
  <Green's D-class: <identity partial perm on [ 1 ]>> ]

#
gap> SymmetricInverseMonoid(2);
<symmetric inverse monoid of degree 2>
gap> D := ShallowCopy(GreensDClasses(last));;
gap> Sort(D, sort);
gap> D;
[ <Green's D-class: <empty partial perm>>, 
  <Green's D-class: <identity partial perm on [ 1 ]>>, 
  <Green's D-class: <identity partial perm on [ 12 ]>> ]

#
gap> S := Semigroup(x, y);
<partial perm monoid of rank 1 with 2 generators>
gap> FroidurePinExtendedAlg(S);
gap> LeftCayleyGraphSemigroup(S);
[ [ 1 ], [ 1 ] ]

[Dauer der Verarbeitung: 0.18 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