#############################################################################
####
##
#W Radicals.gd RADIROOT package Andreas Distler
##
## Declaration file for main function of the RADIROOT package
##
#Y 2006
##
DeclareGlobalFunction( "RR_SplittField" );
DeclareGlobalFunction( "RR_SimplifiedPolynomial" );
DeclareGlobalFunction( "RR_RootOfUnity" );
DeclareGlobalFunction( "RR_Roots" );
DeclareGlobalFunction( "RootsOfPolynomialAsRadicals" );
DeclareGlobalFunction( "RootsOfPolynomialAsRadicalsNC" );
DeclareAttribute( "RootsAsMatrices", IsUnivariatePolynomial );
DeclareProperty( "IsSolvablePolynomial", IsUnivariatePolynomial );
DeclareProperty( "IsSeparablePolynomial", IsUnivariatePolynomial );
#############################################################################
##
#E
[ Dauer der Verarbeitung: 0.3 Sekunden
(vorverarbeitet)
]