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