GraphTheory[SpecialGraphs]
GreatRhombicuboctahedronGraph
construct great rhombicuboctahedron graph
Calling Sequence
Parameters
Description
Examples
Compatibility
GreatRhombicuboctahedronGraph()
GreatRhombicuboctahedronGraph(V)
V
-
set or list of size 48 (optional)
GreatRhombicuboctahedronGraph() creates the great rhombicuboctahedron graph on 48 vertices. This is also known as the truncated cuboctahedron graph.
This is an Archimedean graph. It is planar and 3-regular.
You can optionally input the labels of the vertices as a list.
with⁡GraphTheory:
with⁡SpecialGraphs:
TC≔GreatRhombicuboctahedronGraph⁡
TC≔Graph 1: an undirected graph with 48 vertices and 72 edge(s)
IsPlanar⁡TC,F
true
nops⁡F
26
DrawGraph⁡TC,style=spring
DrawGraph⁡TC,style=spring,dimension=3
The GraphTheory[SpecialGraphs][GreatRhombicuboctahedronGraph] command was introduced in Maple 2024.
For more information on Maple 2024 changes, see Updates in Maple 2024.
See Also
IsArchimedeanGraph
SmallRhombicuboctahedronGraph
SpecialGraphs
Download Help Document