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

networks

  

void

  

generate a void graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

void(n)

void(vset)

Parameters

n

-

integer indicating the number of vertices

vset

-

set or list of vertex names

Description

• 

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

• 

This procedure generates void graphs, i.e. graphs with n vertices and no edges. (Specific vertices may be provided as a set.) It is normally loaded via the command with(networks) but may also be referenced using the full name networks[void](...).

Examples

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

withnetworks:

Gvoid10:

verticesG

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

(1)

edgesG

(2)

showvoidzurich,saskatchewan,waterloo

table_Econnectivity=_Econnectivity,_Neighbors=tablewaterloo=,zurich=,saskatchewan=,_Vweight=tablesparse,,_Counttrees=_Counttrees,_Edges=,_Vertices=zurich,saskatchewan,waterloo,_Countcuts=_Countcuts

(3)

See Also

GraphTheory

GraphTheory[Graph]

networks(deprecated)[complete]

networks(deprecated)[cycle]

networks(deprecated)[ends]

with