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

  

SmallRhombicuboctahedronGraph

  

construct small rhombicuboctahedron graph

  

SnubCubeGraph

  

construct snub cube graph

  

TruncatedCubeGraph

  

construct truncated cube graph

  

TruncatedOctahedronGraph

  

construct truncated octahedron graph

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

SmallRhombicuboctahedronGraph()

SmallRhombicuboctahedronGraph(V)

SnubCubeGraph()

SnubCubeGraph(V)

TruncatedCubeGraph()

TruncatedCubeGraph(V)

TruncatedOctahedronGraph()

TruncatedOctahedronGraph(V)

Parameters

V

-

set or list of size 24 (optional)

Description

• 

SmallRhombicuboctahedronGraph() creates the small rhombicuboctahedron graph on 24 vertices. This is an Eulerian graph and has 48 edges.

• 

SnubCubeGraph() creates the snub cube graph on 24 vertices. This graph has 60 edges.

• 

TruncatedCubeGraph() creates the truncated cube graph on 24 vertices. This graph has 36 edges.

• 

TruncatedOctahedronGraph() creates the truncated octahedron graph on 24 vertices. This graph has 36 edges.

• 

All of these are Archimedean graphs.

• 

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

Examples

withGraphTheory:

withSpecialGraphs:

TCTruncatedCubeGraph

TCGraph 1: an undirected graph with 24 vertices and 36 edge(s)

(1)

IsPlanarTC,F

true

(2)

nopsF

14

(3)

DrawGraphTC,style=spring

DrawGraphTC,style=spring,dimension=3

Compatibility

• 

The GraphTheory[SpecialGraphs][SmallRhombicuboctahedronGraph], GraphTheory[SpecialGraphs][SnubCubeGraph], GraphTheory[SpecialGraphs][TruncatedCubeGraph] and GraphTheory[SpecialGraphs][TruncatedOctahedronGraph] commands were introduced in Maple 2024.

• 

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

See Also

GreatRhombicuboctahedronGraph

IsArchimedeanGraph

SpecialGraphs