GraphTheory[SpecialGraphs]
IcosidodecahedronGraph
construct icosidodecahedron graph
Calling Sequence
Parameters
Description
Examples
Compatibility
IcosidodecahedronGraph()
IcosidodecahedronGraph(V)
V
-
set or list of size 30 (optional)
IcosidodecahedronGraph() creates the icosidodecahedron graph on 30 vertices.
This graph is an Archimedean graph and an Eulerian graph.
You can optionally input the labels of the vertices as a list.
with⁡GraphTheory:
with⁡SpecialGraphs:
TC≔IcosidodecahedronGraph⁡
TC≔Graph 1: an undirected graph with 30 vertices and 60 edge(s)
IsPlanar⁡TC,F
true
nops⁡F
32
DrawGraph⁡TC,style=spring
DrawGraph⁡TC,style=spring,dimension=3
The GraphTheory[SpecialGraphs][IcosidodecahedronGraph] command was introduced in Maple 2024.
For more information on Maple 2024 changes, see Updates in Maple 2024.
See Also
IsArchimedeanGraph
SpecialGraphs
Download Help Document