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

networks

  

rank

  

finds the rank of an edge set

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

rank(e, G)

Parameters

G

-

graph or network

e

-

set of edges of G

Description

• 

Important: The networks package has been deprecated.Use the superseding package GraphTheory instead.

• 

The rank of an edgeset e is the number of vertices of G minus the number of components of the subgraph induced by e.

• 

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

Examples

Important: The networks package has been deprecated.Use the superseding package GraphTheory instead.

withnetworks:

Gcomplete3:

ranke1,G

1

(1)

ranke1,e2,G

2

(2)

See Also

GraphTheory

networks(deprecated)[components]

networks(deprecated)[induce]

networks(deprecated)[span]

with