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

Quelle  pcpelms.gd   Sprache: unbekannt

 
#############################################################################
##
#W  pcpelms.gd                   Polycyc                         Bettina Eick
##

#############################################################################
##
## Introduce the category of pcp elements
##
DeclareCategory( "IsPcpElement", IsMultiplicativeElementWithInverse );
DeclareCategoryFamily( "IsPcpElement" );
DeclareCategoryCollections( "IsPcpElement" );

InstallTrueMethod( IsGeneratorsOfMagmaWithInverses, IsPcpElementCollection );

#############################################################################
##
## Introduce the representation of pcp elements
##
DeclareRepresentation( "IsPcpElementRep",
                        IsComponentObjectRep,
                        ["collector",
                         "exponents",
                         "depth",
                         "leading",
                         "name" ] );

#############################################################################
##
## Operations
##
DeclareOperation( "Exponents",       [ IsPcpElementRep ] );
DeclareOperation( "NameTag",         [ IsPcpElementRep ] );
DeclareOperation( "GenExpList",      [ IsPcpElementRep ] );
DeclareOperation( "Depth",           [ IsPcpElementRep ] );
DeclareOperation( "LeadingExponent", [ IsPcpElementRep ] );

#############################################################################
##
## Some functions
##
DeclareGlobalFunction( "PcpElementConstruction" );
DeclareGlobalFunction( "PcpElementByExponentsNC" );
DeclareGlobalFunction( "PcpElementByExponents" );
DeclareGlobalFunction( "PcpElementByGenExpListNC" );
DeclareGlobalFunction( "PcpElementByGenExpList" );

#############################################################################
##
## Some attributes
##
DeclareAttribute( "TailOfElm",        IsPcpElement );
DeclareAttribute( "RelativeOrderPcp", IsPcpElement );
DeclareAttribute( "RelativeIndex",    IsPcpElement );
DeclareAttribute( "FactorOrder",      IsPcpElement );



[ Dauer der Verarbeitung: 0.22 Sekunden  (vorverarbeitet)  ]