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

networks

  

flowpoly

  

flow polynomial of an undirected graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

flowpoly(G, h)

Parameters

G

-

undirected graph or network

h

-

variable used in flow polynomial (usually a modulus)

Description

• 

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

• 

The flow polynomial in variable h gives the number of nowhere-zero flows on G with edge labels chosen from integers modulo h.

• 

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

Examples

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

withnetworks:

Gcomplete4:

flowpolyG,x

x36x2+11x6

(1)

addvertex5,G

5

(2)

addedge1,2,1,5,G:

flowpolyG,h

0

(3)

See Also

GraphTheory

GraphTheory[FlowPolynomial]

networks(deprecated)[tuttepoly]