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

565644 views
#############################################################################
##  
#W Intsect.gd                  FGA package                  Christian Sievers
##
## The declaration file for the computation of intersections of free groups
##
#Y 2003 - 2012
##


## These are all helper functions:

#############################################################################
##
#F  FGA_StateTable( <table>, <i>, <j> )
##
DeclareGlobalFunction( "FGA_StateTable" );

#############################################################################
##
#F  FGA_TrySetRepTable( <t>, <i>, <j>, <r>, <g> )
##
DeclareGlobalFunction( "FGA_TrySetRepTable" );

#############################################################################
##
#F  FGA_GetNr ( <state>, <statelist> )
##
DeclareGlobalFunction( "FGA_GetNr" );

#############################################################################
##
#F  FGA_FindRepInIntersection ( <A1>, <t1>, <A2>, <t2> )
##
DeclareGlobalFunction( "FGA_FindRepInIntersection" );


#############################################################################
##
#E