WLJS LogoWLJS Notebook

TuttePolynomial

TuttePolynomial[g, {x, y}] gives the Tutte polynomial of the graph g.

  • TuttePolynomial[{v -> w, ...}, ...] uses rules v -> w to specify the graph g.

Examples

TuttePolynomial[CompleteGraph[4], {x, y}]
TuttePolynomial[CycleGraph[5], {x, y}]

Please visit the official Wolfram Language Reference for more details.

On this page