CharacteristicPolynomial - 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 : Mathematics : Algebra : Polynomials : Matroids : CharacteristicPolynomial

Matroids

  

CharacteristicPolynomial

  

construct characteristic polynomial

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

CharacteristicPolynomial(M, k)

Parameters

M

-

Matroid

k

-

algebraic value

Description

• 

The characteristic polynomial of a matroid is a polynomial pk in one variable.

• 

It is an evaluation of the Tutte polynomial Tx,y of that matroid, namely, pk=−1rankMT1k,0.

• 

Consequently, it respects the operations of deletion and contraction in the same way as the Tutte polynomial.

• 

When applied to a graphic matroid MG associated to a graph G, the characteristic polynomial of MG is related to the chromatic polynomial of G. Namely, the characteristic polynomial of MG is kc (where c is the number of connected components of G) times the chromatic polynomial of G.

Examples

withMatroids:

withGraphTheory:

Construct the chromatic polynomial of a graph

GGrapha,x,a,y,b,x,b,y,c,x,c,y

GGraph 1: an undirected graph with 5 vertices and 6 edge(s)

(1)

ChromeChromaticPolynomialG,k

Chromekk1k35k2+10k7

(2)

Compare to the characteristic polynomial of the matroid constructed from the graph

MMatroidG

Mthⅇ graphⅈc matroⅈⅆ on thⅇ graph:PLOT...

(3)

CMatroids:-CharacteristicPolynomialM,k

Ck46k3+15k217k+7

(4)

expandChromekC

0

(5)

References

  

James G. Oxley. Matroid Theory (Oxford Graduate Texts in Mathematics). New York: Oxford University Press. 2006.

See Also

Matroids[Contraction]

Matroids[Deletion]

Matroids[TuttePolynomial]