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

  

HallJankoGraph

  

construct Hall-Janko graph

 

Calling Sequence

Description

Examples

Compatibility

Calling Sequence

HallJankoGraph()

Description

• 

The HallJankoGraph command creates the Hall-Janko graph.

• 

The Hall-Janko graph is a 36-regular undirected graph with 100 vertices and 1800 edges.

Examples

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

G≔HallJankoGraph⁡

G≔Graph 1: an undirected graph with 100 vertices and 1800 edges

(1)
> 

IsRegular⁡G

true

(2)
> 

ChromaticNumber⁡G

10

(3)

Compatibility

• 

The GraphTheory[SpecialGraphs][HallJankoGraph] command was introduced in Maple 2019.

• 

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

See Also

SpecialGraphs