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: 418384
###############################################################################
##
#F ParPres-2-2.gd            The SymbCompCC package     D�rte Feichtenschlager
##

###############################################################################
##
## global variable
##
DeclareGlobalVariable( "ParPresGlobalVar_2_2", "gives parameter presentations of the families in G(2,2)" );
DeclareGlobalVariable( "ParPresGlobalVar_2_2_Names", "gives the names of the families in G(2,2)" );

DeclareGlobalVariable( "One1_PPGV22", "one of 2-power-polys" );
DeclareGlobalVariable( "Zero0_PPGV22", "zero of 2-power-polys" );
DeclareGlobalVariable( "TwoXP1_PPGV22", "2^(x+1) of 2-power-polys" );
DeclareGlobalVariable( "TwoX_PPGV22", "2^x of 2-power-polys" );
DeclareGlobalVariable( "TwoXP2_PPGV22", "2^(x+2) of 2-power-polys" );
DeclareGlobalVariable( "TwoXP3_PPGV22", "2^(x+3) of 2-power-polys" );
DeclareGlobalVariable( "TwoXP4_PPGV22", "2^(x+4) of 2-power-polys" );
DeclareGlobalVariable( "TwoXP5_PPGV22", "2^(x+5) of 2-power-polys" );
DeclareGlobalVariable( "TwoXP6_PPGV22", "2^(x+6) of 2-power-polys" );

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