SylvesterGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

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

withGraphTheory:

withSpecialGraphs:

GSylvesterGraph

GGraph 1: an undirected graph with 36 vertices and 90 edge(s)

(1)

IsBipartiteG

false

(2)

DrawGraphG

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