‣ 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\).
‣ NonGenGraph ( group ) | ( function ) |
This function returns a group graph that is the graph complement of the Generating Graph of the input group.
generated by GAPDoc2HTML