GraphTheory
GraphPolynomial
construct graph polynomial
Calling Sequence
Parameters
Description
Examples
References
Compatibility
GraphPolynomial(G,x)
G
-
undirected unweighted graph
x
name or list(algebraic)
GraphPolynomial(G,x) returns a polynomial in the variables ,..., when x is a symbol and G is a graph with vertices. The polynomial consists only of linear factors of the form where and represent adjacent vertices.
If x is a list of algebraic expressions whose length is equal to the number of vertices of G, the polynomial is formed using linear factors of the form where and represent adjacent vertices.
Noga Alon and Michael Tarsi, "A note on graph colorings and graph polynomials", J. Combin. Theory Ser. B 70 (1997), no. 1, 197–201, doi: 10.1006/jctb.1997.1753
The GraphTheory[GraphPolynomial] command was updated in Maple 2019.
See Also
Neighbors
SpanningPolynomial
Download Help Document