GraphTheory
DistancePolynomial
compute distance polynomial
Calling Sequence
Parameters
Description
Definition
Examples
Compatibility
DistancePolynomial(G, x)
G
-
undirected connected graph
x
variable or value
DistancePolynomial returns the distance polynomial for the connected graph G in the variable x.
For an undirected connected graph G, the distance polynomial of G is defined to be the characteristic polynomial of the graph distance matrix.
The GraphTheory[DistancePolynomial] command was introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
AllPairsDistance
Distance
Download Help Document