Balaban11CageGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

Balaban11CageGraph

  

construct Balaban 11-cage graph

 

Calling Sequence

Description

Examples

Compatibility

Calling Sequence

Balaban11CageGraph()

Description

• 

Balaban11CageGraph returns the Balaban 11-cage graph.

• 

This is a cage graph with 112 vertices, 168 edges, diameter 86, and girth 11.

Examples

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

G≔Balaban11CageGraph⁡

G≔Graph 1: an undirected graph with 112 vertices and 168 edges

(1)
> 

Girth⁡G

11

(2)
> 

DrawGraph⁡G

Compatibility

• 

The GraphTheory[SpecialGraphs][Balaban11CageGraph] command was introduced in Maple 2021.

• 

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

See Also

Balaban10CageGraph

SpecialGraphs