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.
withGraphTheory:
withSpecialGraphs:
TC≔IcosidodecahedronGraph
TC≔Graph 1: an undirected graph with 30 vertices and 60 edge(s)
IsPlanarTC,F
true
nopsF
32
DrawGraphTC,style=spring
DrawGraphTC,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