networks
octahedron
creates a octahedron graph
Calling Sequence
Parameters
Description
Examples
G:=octahedron()
G
-
is returned as the octahedron
Important:The networks package has been deprecated. Use the superseding command GraphTheory[SpecialGraphs][OctahedronGraph]instead.
The simple graph known as an octahedron is generated.
This routine is normally loaded via the command with(networks) but may also be referenced using the full name networks[octahedron]().
with⁡networks:
G≔octahedron⁡:
edges⁡G
e1,e10,e11,e12,e2,e3,e4,e5,e6,e7,e8,e9
vertices⁡G
0,1,2,3,4,5
See Also
GraphTheory
GraphTheory[SpecialGraphs][OctahedronGraph]
networks(deprecated)[cube]
networks(deprecated)[graph]
with
Download Help Document