Close
Close window
networks(deprecated)/flowpoly - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


Home : Support : Online Help : networks(deprecated)/flowpoly
[フレーム] [フレーム]

networks

flowpoly

flow polynomial of an undirected graph

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)


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /