Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/ibnp/lib/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 11.8.2025 mit Größe 1 kB image not shown  

Quelle  poly.gd   Sprache: unbekannt

 
#############################################################################
##
##  poly.gd          GAP package IBNP            Gareth Evans & Chris Wensley
##  

#############################################################################
##
#O  IsZeroNP( <poly> )
##
DeclareOperation( "IsZeroNP", [ IsList ] );

#############################################################################
##
#O  MaxDegreeNP( <list> )
##
DeclareOperation( "MaxDegreeNP", [ IsList ] ); 

#############################################################################
##
#O  ScalarMulNP( <poly> <const> )
##
DeclareOperation( "ScalarMulNP", [ IsList, IsScalar ] ); 

#############################################################################
##
#O  LtNPoly( <list> )
#O  GtNPoly( <list> )
##
DeclareOperation( "LtNPoly", [ IsList, IsList ] ); 
DeclareOperation( "GtNPoly", [ IsList, IsList ] ); 

#############################################################################
##
#O  LeastLeadMonomialPosNP( <list> )
##
DeclareOperation( "LeastLeadMonomialPosNP", [ IsList ] ); 

#############################################################################
##
#E  poly.gd . . . . . . . . . . . . . . . . . . . . . . . . . . .  ends here
##  

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]