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

Online Help

All Products    Maple    MapleSim


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

networks

  

tetrahedron

  

creates a tetrahedron

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

G:=tetrahedron()

Parameters

G

-

is returned as the tetrahedron

Description

• 

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](...).

Examples

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

withnetworks:

Gtetrahedron:

edgesG

e1,e2,e3,e4,e5,e6

(1)

verticesG

1,2,3,4

(2)

See Also

GraphTheory

networks(deprecated)[cube]

networks(deprecated)[dodecahedron]

networks(deprecated)[graph]

with