GraphTheory[SpecialGraphs]
BidiakisCube
construct Bidiakis cube
Calling Sequence
Description
Examples
References
Compatibility
BidiakisCube()
The BidiakisCube() command returns the Bidiakis cube, a 3-regular graph with 12 vertices and 18 edges.
The Bidiakis cube is a cubic Hamiltonian graph and its girth is 4.
with⁡GraphTheory:
with⁡SpecialGraphs:
B≔BidiakisCube⁡
B≔Graph 1: an undirected graph with 12 vertices and 18 edge(s)
IsRegular⁡B
true
DrawGraph⁡B
"Bidiakis cube", Wikipedia. http://en.wikipedia.org/wiki/Bidiakis_cube
The GraphTheory[SpecialGraphs][BidiakisCube] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
SpecialGraphs
Download Help Document