Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

563554 views
###############################################################################
##
#F ParPres-3-1.gd            The SymbCompCC package     D�rte Feichtenschlager
##

###############################################################################
##
## global variable
##
DeclareGlobalVariable( "ParPresGlobalVar_3_1", "gives the parameter presentations of the families in G(3,1)" );
DeclareGlobalVariable( "ParPresGlobalVar_3_1_Names", "gives the names of the families in G(3,1)" );

DeclareGlobalVariable( "One1_PPGV31", "one of 3-power-polys" );
DeclareGlobalVariable( "Zero0_PPGV31", "zero of 3-power-polys" );
DeclareGlobalVariable( "ThreeX_PPGV31", "3^x of 3-power-polys" );
DeclareGlobalVariable( "ThreeXP1_PPGV31", "3^(x+1) of 3-power-polys" );

#E ParPres-3-1.gd . . . . . . . . . . . . . . . . . . . . . . . . .  ends here