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

Online Help

All Products    Maple    MapleSim


GraphTheory

  

IsArchimedeanGraph

  

test if graph is Archimedean

 

Calling Sequence

Parameters

Description

Definition

List of Archimedean graphs

Examples

Compatibility

Calling Sequence

IsArchimedeanGraph(G)

Parameters

G

-

graph

Description

• 

IsArchimedeanGraph(G) returns true if G is an Archimedean graph and false otherwise.

Definition

• 

An Archimedean graph is a graph that forms the graph skeleton of one of the Archimedean solids. There are 13 Archimedean graphs, and all of them are regular, polyhedral, planar, and Hamiltonian.

List of Archimedean graphs

Name

Degree

Vertices

Edges

Order

truncated tetrahedron graph

3

12

18

24

cuboctahedron graph

4

12

24

48

truncated cube graph

3

24

36

48

truncated octahedron graph

3

24

36

48

small rhombicuboctahedron graph

4

24

48

48

great rhombicuboctahedron graph

3

48

72

48

snub cube graph

5

24

60

24

icosidodecahedron graph

4

30

60

120

truncated dodecahedron graph

3

60

90

120

truncated icosahedron graph

3

60

90

120

small rhombicosidodecahedron graph

4

60

120

120

great rhombicosidodecahedron graph

3

120

180

120

snub dodecahedron graph

5

60

150

60

Examples

withGraphTheory:

withSpecialGraphs:

SBSoccerBallGraph

SBGraph 1: an undirected graph with 60 vertices and 90 edge(s)

(1)

IsPlanarSB,F

true

(2)

nopsF

32

(3)

IsArchimedeanGraphSB

true

(4)

DrawGraphSB,style=spring

DrawGraphSB,style=spring,dimension=3

Compatibility

• 

The GraphTheory[IsArchimedeanGraph] command was introduced in Maple 2024.

• 

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

See Also

SpecialGraphs