Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/cubefree/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 29.7.2025 mit Größe 1 kB image not shown  

Quelle  number.gd   Sprache: unbekannt

 
#############################################################################
##
#W  number.gd           Cubefree                               Heiko Dietrich
##                                                              
##


##############################################################################
##
#F  NumberCFSolvableGroups( n,[bool] )
##
## The input <n> has to be a positive cubefree integer and the output is the 
## number of all cubefree solvable groups of order <n>. The {\SmallGroups} 
## library  is used for squarefree orders, orders of the type $p^2$ and
## $p^2q$, and cubefree orders less than 50000. Only if <bool> is set to 
## false, then only  the squarefree orders and orders of the type $p^2$ and 
## $p^2q$,are taken from the {\SmallGroups} library.
##
DeclareGlobalFunction("NumberCFSolvableGroups");


##############################################################################
##
#F  NumberCFGroups( size )
##
## The input <n> has to be a positive cubefree integer and the output is the 
## number of all cubefree groups of order <n>. The {\SmallGroups} 
## library  is used for squarefree orders, orders of the type $p^2$ and
## $p^2q$, and cubefree orders less than 50000. Only if <bool> is set to 
## false, then only  the squarefree orders and orders of the type $p^2$ and 
## $p^2q$,are taken from the {\SmallGroups} library.
##
DeclareGlobalFunction("NumberCFGroups");

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]