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

  

F26AGraph

  

construct F26A graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

F26AGraph()

Description

• 

The F26AGraph() command constructs the F26A graph.

• 

The F26A graph is a symmetric bipartite cubic graph with 26 vertices and 39 edges.

• 

It is the only cubic symmetric graph on 26 vertices.

Examples

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

F≔F26AGraph⁡

F≔Graph 1: an undirected graph with 26 vertices and 39 edges

(1)
> 

ChromaticNumber⁡F

2

(2)
> 

DrawGraph⁡F

References

  

"F26A graph", Wikipedia. http://en.wikipedia.org/wiki/F26A_graph

Compatibility

• 

The GraphTheory[SpecialGraphs][F26AGraph] command was introduced in Maple 2025.

• 

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

See Also

SpecialGraphs