networks
rank
finds the rank of an edge set
Calling Sequence
Parameters
Description
Examples
rank(e, G)
G
-
graph or network
e
set of edges of G
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](...).
with⁡networks:
G≔complete⁡3:
rank⁡e1,G
1
rank⁡e1,e2,G
2
See Also
GraphTheory
networks(deprecated)[components]
networks(deprecated)[induce]
networks(deprecated)[span]
with
Download Help Document