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

Online Help

GraphTheory[SpecialGraphs]

  

CuboctahedronGraph

  

construct cuboctahedron graph

  

TruncatedTetrahedronGraph

  

construct truncated tetrahedron graph

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

CuboctahedronGraph()

CuboctahedronGraph(V)

TruncatedTetrahedronGraph()

TruncatedTetrahedronGraph(V)

Parameters

V

-

set or list of size 12 (optional)

Description

• 

CuboctahedronGraph() creates the cuboctahedron graph on 12 vertices.

• 

TruncatedTetrahedronGraph() creates the truncated tetrahedron graph on 12 vertices.

• 

Both of these are Archimedean graphs.

• 

You can optionally input the labels of the vertices as a list for either of the above graphs.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

Compatibility

• 

The GraphTheory[SpecialGraphs][CuboctahedronGraph] and GraphTheory[SpecialGraphs][TruncatedTetrahedronGraph] commands were introduced in Maple 2024.

• 

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

See Also

IsArchimedeanGraph

SpecialGraphs

 


Download Help Document