SylvesterGraph - 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]

  

SylvesterGraph

  

construct Sylvester graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

SylvesterGraph()

Description

• 

The SylvesterGraph() command returns the Sylvester graph, a distance-regular graph with 36 vertices and 90 edges.

• 

The Sylvester graph is a subgraph of the Hoffman-Singleton graph and the Cameron graph.

Examples

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

G≔SylvesterGraph⁡

G≔Graph 1: an undirected graph with 36 vertices and 90 edges

(1)
> 

IsBipartite⁡G

false

(2)
> 

DrawGraph⁡G

References

  

"Sylvester graph", Wikipedia. http://en.wikipedia.org/wiki/Sylvester_graph

Compatibility

• 

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

• 

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

See Also

CameronGraph

HoffmanSingletonGraph

SpecialGraphs