networks
petersen
creates the petersen graph
Calling Sequence
Parameters
Description
Examples
G:=petersen()
G
-
is returned as the petersen
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]().
with⁡networks:
G≔petersen⁡:
degreeseq⁡G
3,3,3,3,3,3,3,3,3,3
nops⁡vertices⁡G
10
nops⁡edges⁡G
15
See Also
GraphTheory
GraphTheory[SpecialGraphs][PetersenGraph]
networks(deprecated)[addedge]
networks(deprecated)[graph]
with
Download Help Document