Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/sonata/lib/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 23.8.2025 mit Größe 272 B image not shown  

Quelle  ring.gi   Sprache: unbekannt

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

InstallMethod(
 GroupReduct,
 "rings",
 true,
 [IsRing],
 0,
  function ( R )
  local sortedElms;
    sortedElms := AsSSortedList( R );
    return GroupByMultiplicationTable( 
 List( sortedElms, x -> List( sortedElms, y ->
  Position( sortedElms, x + y ) ) ) );
  end );


[Dauer der Verarbeitung: 0.16 Sekunden, vorverarbeitet 2026-04-26]