BrouwerHaemersGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

BrouwerHaemersGraph

  

construct Brouwer-Haemers graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

BrouwerHaemersGraph()

Description

• 

The BrouwerHaemersGraph command creates the Brouwer-Haemers graph.

• 

The Brouwer-Haemers graph is a strongly regular graph with 81 vertices and 810 edges.

Examples

withGraphTheory:

withSpecialGraphs:

BHBrouwerHaemersGraph

BHGraph 1: an undirected graph with 81 vertices and 810 edge(s)

(1)

IsStronglyRegularBH,parameters

true,20,1,6

(2)

ChromaticNumberBH

7

(3)

References

  

"Brouwer-Haemers graph", Wikipedia. http://en.wikipedia.org/wiki/Brouwer-Haemers_graph

Compatibility

• 

The GraphTheory[SpecialGraphs][BrouwerHaemersGraph] command was introduced in Maple 2020.

• 

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

See Also

SpecialGraphs