GraphTheory
IdentifyGraph
search for isomorphism to named graphs
Calling Sequence
Parameters
Description
Examples
Compatibility
IdentifyGraph(G)
G
-
graph
IdentifyGraph takes as input an unweighted graph G and attempts to find isomorphisms to one or more named graphs known to GraphTheory.
The cycle graph on 5 vertices is also the Paley graph on 5 vertices, and this will appear in the list of results.
In this example we begin by picking any edge {a,b} from the Hoffman-Singleton graph and deleting all vertices incident to a or b.
With IdentifyGraph, we discover that this subgraph has a name: it is isomorphic to the Sylvester graph.
The GraphTheory[IdentifyGraph] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
CycleBasis
DeleteEdge
IsTree
Trail
Download Help Document