WLJS LogoWLJS Notebook

GraphAutomorphismGroup

GraphAutomorphismGroup[g] gives the automorphism group of a graph g.

  • GraphAutomorphismGroup[{v -> w, …}] uses rules v -> w to specify the graph g.

Examples

GraphAutomorphismGroup[CycleGraph[5]]
GraphAutomorphismGroup[CompleteGraph[4]]

Please visit the official Wolfram Language Reference for more details.

On this page