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

  

GreatRhombicuboctahedronGraph

  

construct great rhombicuboctahedron graph

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GreatRhombicuboctahedronGraph()

GreatRhombicuboctahedronGraph(V)

Parameters

V

-

set or list of size 48 (optional)

Description

• 

GreatRhombicuboctahedronGraph() creates the great rhombicuboctahedron graph on 48 vertices. This is also known as the truncated cuboctahedron graph.

• 

This 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:

TCGreatRhombicuboctahedronGraph

TCGraph 1: an undirected graph with 48 vertices and 72 edge(s)

(1)

IsPlanarTC,F

true

(2)

nopsF

26

(3)

DrawGraphTC,style=spring

DrawGraphTC,style=spring,dimension=3

Compatibility

• 

The GraphTheory[SpecialGraphs][GreatRhombicuboctahedronGraph] command was introduced in Maple 2024.

• 

For more information on Maple 2024 changes, see Updates in Maple 2024.

See Also

IsArchimedeanGraph

SmallRhombicuboctahedronGraph

SpecialGraphs