Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
networks[chrompoly] - chromatic polynomial of an undirected graph
Calling Sequence
chrompoly(G, lambda)
Parameters
G
-
undirected graph or network
lambda
variable in chromatic poly (usually number of colors)
Description
Important: The networks package has been deprecated. Use the superseding command GraphTheory[ChromaticPolynomial] instead.
This routine returns the chromatic polynomial of the graph G as a polynomial in lambda. The value of this polynomial gives the number of proper vertex-colorings of G using lambda colors.
The procedure is normally loaded via the command with(networks) but can also be referenced using the full name networks[chrompoly](...).
Examples
See Also
GraphTheory, GraphTheory[ChromaticPolynomial], networks(deprecated)[acycpoly], networks(deprecated)[spanpoly], with
Download Help Document