Columbo aufrufen.gi Download desUnknown {[0] [0] [0]}Datei anzeigen
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 );
[ 0.105Quellennavigators
]