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

networks

  

icosahedron

  

creates an icosahedron graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

G:=icosahedron()

Parameters

G

-

is returned as the icosahedron

Description

• 

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

• 

The simple graph known as a icosahedron is generated and returned as the value of the procedure call.

• 

This routine is normally loaded via the command with(networks) but may also be referenced using the full name networks[icosahedron](...).

Examples

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

withnetworks:

Gicosahedron:

edgesG

e1,e10,e11,e12,e13,e14,e15,e16,e17,e18,e19,e2,e20,e21,e22,e23,e24,e25,e26,e27,e28,e29,e3,e30,e4,e5,e6,e7,e8,e9

(1)

verticesG

0,1,2,3,4,5,6,7,8,9,10,11

(2)

See Also

GraphTheory

GraphTheory[SpecialGraphs][IcosahedronGraph]

networks(deprecated)[graph]

with