CliquePolynomial - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GraphTheory

  

CliquePolynomial

  

compute clique polynomial

 

Calling Sequence

Parameters

Description

Definition

Examples

Compatibility

Calling Sequence

CliquePolynomial(G, x)

Parameters

G

-

undirected graph

x

-

variable or value

Description

• 

CliquePolynomial returns the clique polynomial for the graph G in the variable x.

Definition

• 

For an undirected graph G, the clique polynomial of G is defined to be

  

where  is the clique number of G and  is the number of cliques in G of size .

• 

The coefficients  and  are equal to the number of vertices and the number of edges of G, respectively.

• 

The clique polynomial of G is equal to the independence polynomial of the graph complement of G.

Examples

(1)

(2)

(3)

(4)

Compatibility

• 

The GraphTheory[CliquePolynomial] command was introduced in Maple 2018.

• 

For more information on Maple 2018 changes, see Updates in Maple 2018.

See Also

CliqueNumber

IndependencePolynomial

 


Download Help Document