networks(deprecated)/octahedron - 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)/octahedron

networks

  

octahedron

  

creates a octahedron graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

G:=octahedron()

Parameters

G

-

is returned as the octahedron

Description

• 

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

Examples

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

withnetworks:

Goctahedron:

edgesG

e1,e10,e11,e12,e2,e3,e4,e5,e6,e7,e8,e9

(1)

verticesG

0,1,2,3,4,5

(2)

See Also

GraphTheory

GraphTheory[SpecialGraphs][OctahedronGraph]

networks(deprecated)[cube]

networks(deprecated)[graph]

with