IcosidodecahedronGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

IcosidodecahedronGraph

  

construct icosidodecahedron graph

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IcosidodecahedronGraph()

IcosidodecahedronGraph(V)

Parameters

V

-

set or list of size 30 (optional)

Description

• 

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.

Examples

withGraphTheory:

withSpecialGraphs:

TCIcosidodecahedronGraph

TCGraph 1: an undirected graph with 30 vertices and 60 edge(s)

(1)

IsPlanarTC,F

true

(2)

nopsF

32

(3)

DrawGraphTC,style=spring

DrawGraphTC,style=spring,dimension=3

Compatibility

• 

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