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

  

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

withGraphTheory:

withSpecialGraphs:

CGCuboctahedronGraph

CGGraph 1: an undirected graph with 12 vertices and 24 edge(s)

(1)

IsPlanarCG,F

true

(2)

nopsF

14

(3)

TTGTruncatedTetrahedronGraph

TTGGraph 2: an undirected graph with 12 vertices and 18 edge(s)

(4)

IsPlanarTTG,F

true

(5)

nopsF

8

(6)

DrawGraphTTG,style=spring

DrawGraphTTG,style=spring,dimension=3

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