Goto Chapter: Top 1 2 3 4 Bib Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

3 Additional functions
 3.1 Additional functions

3 Additional functions

3.1 Additional functions

3.1-1 GraphFromAdjacencyMatrix
‣ GraphFromAdjacencyMatrix( A )( function )

If A is the adjacency matrix of a simple and directed graph, returns a Grape graph representing the graph with adjacency matrix A.

3.1-2 WhiteheadGraphAdjacencyMatrix
‣ WhiteheadGraphAdjacencyMatrix( G )( function )

Returns the adjacency matrix of the Whitehead graph of the FpGroup G. Note that the Whitehead graph may not be simple.

3.1-3 ExponentMatrixOfGroup
‣ ExponentMatrixOfGroup( G )( function )

If G is a group with m relators and n generators, it returns the m by n matrix A such that A_i,j is the total exponent of the generator g_j in the relator r_i.

3.1-4 ExponentMatrixOfPresentation
‣ ExponentMatrixOfPresentation( P )( function )

If P is a presentation with m relators and n generators, it returns the m by n matrix A such that A_i,j is the total exponent of the generator g_j in the relator r_i.

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 Bib Ind

generated by GAPDoc2HTML