|
#############################################################################
####
##
#W SplittField.gd RADIROOT package Andreas Distler
##
## Declares the functions to compute the splitting field of a polynomial
##
#Y 2006
##
DeclareAttribute( "IsomorphismMatrixField", IsNumberField );
DeclareGlobalFunction( "IsomorphicMatrixField" );
DeclareGlobalFunction( "RR_BegleitMatrix" );
DeclareGlobalFunction( "RR_BlowUpMat" );
DeclareGlobalFunction( "RR_MatrixField" );
DeclareGlobalFunction( "RR_RootInH" );
DeclareGlobalFunction( "RR_RootInK" );
DeclareGlobalFunction( "RR_Zerfaellungskoerper" );
#############################################################################
##
#E
[ Dauer der Verarbeitung: 0.18 Sekunden
(vorverarbeitet)
]
|