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

  

DyckGraph

  

construct Dyck graph

 

Calling Sequence

Description

Examples

References

Calling Sequence

DyckGraph()

Description

• 

The DyckGraph() command returns the Dyck graph, a 3-regular graph with 32 vertices and 48 edges, named after Walther von Dyck.

Examples

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

G≔DyckGraph⁡

G≔Graph 1: an undirected graph with 32 vertices and 48 edges

(1)
> 

IsPlanar⁡G

false

(2)
> 

DrawGraph⁡G

References

  

"Dyck graph", Wikipedia. http://en.wikipedia.org/wiki/Dyck_graph

See Also

SpecialGraphs