networks(deprecated)/vertices - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


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

networks

  

vertices

  

returns a vertex set

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

vertices(G)

Parameters

G

-

graph or network

Description

• 

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

• 

This routine returns the vertex set of G. It is normally loaded via the command with(networks) but may also be referenced using the full name networks[vertices](...).

Examples

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

withnetworks:

newG:

addvertex1,2,v1,v2,v3,a,b,c,G:

verticesG

1,2,a,b,c,v1,v2,v3

(1)

See Also

GraphTheory

GraphTheory[Vertices]

networks(deprecated)[addedge]

networks(deprecated)[addvertex]

networks(deprecated)[edges]

with