Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/remote/shared/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 10.2.2025 mit Größe 698 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.3 Sekunden  (vorverarbeitet)  ]