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

  

HouseGraph

  

construct house graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

HouseGraph()

Description

• 

The HouseGraph command creates the house graph.

• 

The house graph is a planar graph with 5 vertices and 6 edges, so named for its resemblance to a drawing of a house.

Examples

withGraphTheory:

withSpecialGraphs:

GHouseGraph

GGraph 1: an undirected graph with 5 vertices and 6 edge(s)

(1)

ChromaticNumberG

3

(2)

References

  

"House graph", Wikipedia. http://en.wikipedia.org/wiki/House_graph

Compatibility

• 

The GraphTheory[SpecialGraphs][HouseGraph] command was introduced in Maple 2023.

• 

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

See Also

SpecialGraphs