PetersenGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

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

withGraphTheory:

withSpecialGraphs:

PPetersenGraph

PGraph 1: an undirected graph with 10 vertices and 15 edge(s)

(1)

DegreeSequenceP

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

(2)

IsStronglyRegularP,parameters

true,3,0,1

(3)

DrawGraphP

See Also

GeneralizedPetersenGraph

SpecialGraphs