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

Quellcode-Bibliothek perm.gi   Sprache: unbekannt

 
# This module is part of a GAP package MAPCLASS.
# It contains a program extracting permutations
# corresponding to the mapping class group
# generators.
#
# (C) 2004 by K. Magaard, S. Shpectorov 


# Function recovering the action of the braid generators
# on the orbit

#
# ExtractPermutations
#
InstallGlobalFunction(ExtractPermutations,function(ActionOnOrbit)

 return (ActionOnOrbit,x->PermList(x));

end); 

# End

[ 0.26Quellennavigators  Projekt   ]