Goto Chapter: Top 1 2 3 4 5 6 7 8 9 Bib Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

7 The Generating Graph
 7.1 GenGraph Main Functions

7 The Generating Graph

7.1 GenGraph Main Functions

7.1-1 GenGraph
‣ GenGraph( group )( function )

This function receives a group as an input then utilizes the Grape package to implement a graph (V,E) applying the following rule:

The vertices of this graph are the elements of the inputted group G and two vertices x,y \in G are connected if x,y generates G.

7.1-2 NonGenGraph
‣ NonGenGraph( group )( function )

This function returns a group graph that is the graph complement of the Generating Graph of the input group.

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 5 6 7 8 9 Bib Ind

generated by GAPDoc2HTML