GreatRhombicosidodecahedronGraph - 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]

  

GreatRhombicosidodecahedronGraph

  

construct great rhombicosidodecahedron graph

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GreatRhombicosidodecahedronGraph()

GreatRhombicosidodecahedronGraph(V)

Parameters

V

-

set or list of size 120 (optional)

Description

• 

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.

Examples

withGraphTheory:

withSpecialGraphs:

TCGreatRhombicosidodecahedronGraph

TCGraph 1: an undirected graph with 120 vertices and 180 edge(s)

(1)

IsPlanarTC,F

true

(2)

nopsF

62

(3)

DrawGraphTC,style=spring

DrawGraphTC,style=spring,dimension=3

Compatibility

• 

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