networks(deprecated)/petersen - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

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.

(1)

(2)

(3)

See Also

GraphTheory

GraphTheory[SpecialGraphs][PetersenGraph]

networks(deprecated)[addedge]

networks(deprecated)[graph]

with

 


Download Help Document