SuzukiGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

SuzukiGraph

  

construct Suzuki graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

SuzukiGraph()

Description

• 

The SuzukiGraph() command returns the Suzuki graph, a strongly regular graph with 1782 vertices and 370656 edges.

• 

The automorphism group of the Suzuki graph contains the Suzuki group as a subgroup of index 2.

Examples

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

G≔SuzukiGraph⁡

G≔Graph 1: an undirected unweighted graph with 1782 vertices and 370656 edge(s)

(1)
> 

IsStronglyRegular⁡G,parameters

true,416,100,96

(2)

References

  

"Suzuki graph", Wikipedia. http://en.wikipedia.org/wiki/Suzuki_graph

Compatibility

• 

The GraphTheory[SpecialGraphs][SuzukiGraph] command was introduced in Maple 2019.

• 

For more information on Maple 2019 changes, see Updates in Maple 2019.

See Also

GroupTheory[SuzukiGroup]

IsStronglyRegular

SpecialGraphs