networks(deprecated)/petersen - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : networks(deprecated)/petersen

networks

  

petersen

  

creates the petersen graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

G:=petersen()

Parameters

G

-

is returned as the petersen

Description

• 

Important: The networks package has been deprecated.Use the superseding command GraphTheory[SpecialGraphs][PetersenGraph] instead.

• 

The petersen graph is constructed. This routine is normally loaded via the command with(networks) but may also be referenced using the full name networks[petersen]().

Examples

Important: The networks package has been deprecated.Use the superseding command GraphTheory[SpecialGraphs][PetersenGraph] instead.

withnetworks:

Gpetersen:

degreeseqG

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

(1)

nopsverticesG

10

(2)

nopsedgesG

15

(3)

See Also

GraphTheory

GraphTheory[SpecialGraphs][PetersenGraph]

networks(deprecated)[addedge]

networks(deprecated)[graph]

with