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

 
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.37 Sekunden  (vorverarbeitet)  ]