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

  

ThetaGraph

  

construct theta graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ThetaGraph(r1, r2, ...)

Parameters

r1, r2, ...

-

positive integers

Description

• 

ThetaGraph(r1,r2,...) returns the theta graph with the given parameters. Namely it returns a graph consisting of internally disjoint paths of lengths r1, r2, ... between two specified vertices.

Examples

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

G≔ThetaGraph⁡3,4,3

G≔Graph 1: an undirected graph with 9 vertices and 10 edges

(1)
> 

DegreeSequence⁡G

3,3,2,2,2,2,2,2,2

(2)
> 

DrawGraph⁡G

> 

CircularChromaticNumber⁡G

73

(3)

See Also

SpecialGraphs