GraphTheory[SpecialGraphs]
GreatRhombicosidodecahedronGraph
construct great rhombicosidodecahedron graph
Calling Sequence
Parameters
Description
Examples
Compatibility
GreatRhombicosidodecahedronGraph()
GreatRhombicosidodecahedronGraph(V)
V
-
set or list of size 120 (optional)
GreatRhombicosidodecahedronGraph() creates the great rhombicosidodecahedron graph on 120 vertices. This is also known as the truncated icosidodecahedron graph.
This graph 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≔GreatRhombicosidodecahedronGraph⁡
TC≔Graph 1: an undirected graph with 120 vertices and 180 edge(s)
IsPlanar⁡TC,F
true
nops⁡F
62
DrawGraph⁡TC,style=spring
DrawGraph⁡TC,style=spring,dimension=3
The GraphTheory[SpecialGraphs][GreatRhombicosidodecahedronGraph] command was introduced in Maple 2024.
For more information on Maple 2024 changes, see Updates in Maple 2024.
See Also
IsArchimedeanGraph
SmallRhombicosidodecahedronGraph
SpecialGraphs
Download Help Document