CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

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

Views: 418385
###############################################################################
##
#F ParPres-2-1.gd            The SymbCompCC package     D�rte Feichtenschlager
##

###############################################################################
##
## global variables
##
DeclareGlobalVariable( "ParPresGlobalVar_2_1", "gives parameter presentations of the families in G(2,1)" );
DeclareGlobalVariable( "ParPresGlobalVar_2_1_Names", "gives the names of the families in G(2,1)" );

DeclareGlobalVariable( "One1_PPGV21", "one of 2-power-polys" );
DeclareGlobalVariable( "Zero0_PPGV21", "zero of 2-power-polys" );
DeclareGlobalVariable( "TwoXP1_PPGV21", "2^(x+1) of 2-power-polys" );
DeclareGlobalVariable( "TwoX_PPGV21", "2^x of 2-poewr-polys" );

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