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

networks

  

acycpoly

  

acyclicity polynomial of an undirected graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

acycpoly(G, p)

Parameters

G

-

undirected graph or network

p

-

variable in acyclicity poly (usually edge probability)

Description

• 

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

• 

The acyclicity polynomial in variable p gives the probability that G is acyclic when each edge operates with probability p.

• 

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

Examples

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

withnetworks:

Gcomplete4:

addedge1,1,2,G:

acycpolyG,p

1+p510p3+9p2+4p+1

(1)

acycpolyG,122nopsedgesG

52

(2)

See Also

GraphTheory

GraphTheory[AcyclicPolynomial]

networks(deprecated)[rankpoly]

networks(deprecated)[tuttepoly]

with