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

  

PetersenGraph

  

construct Petersen graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

PetersenGraph()

PetersenGraph(V)

Parameters

V

-

(optional) list of vertex labels

Description

• 

The PetersenGraph command creates the Petersen graph on 10 vertices. As an option, you may input the labels of the vertices as a set or list of size 10.

Examples

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

P≔PetersenGraph⁡

P≔Graph 1: an undirected graph with 10 vertices and 15 edges

(1)
> 

DegreeSequence⁡P

3,3,3,3,3,3,3,3,3,3

(2)
> 

IsStronglyRegular⁡P,parameters

true,3,0,1

(3)
> 

DrawGraph⁡P

See Also

GeneralizedPetersenGraph

SpecialGraphs