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
combinat[conjpart] - conjugate partition
Calling Sequence
conjpart(p)
Parameters
p
-
partition; non-decreasing list of positive integers
Description
The conjpart(p) command computes and returns the conjugate partition of p.
A partition of a positive integer may be represented visually by its Ferrer's diagram. This is a diagram composed of dots in rows, in which the th row consists of dots, for . The total number of dots in the diagram is equal to the number . For example, the partition of has the Ferrer's diagram:
.
consisting of ten dots arranged in three rows, with two dots in the first row, three dots in the second, and five dots in the third row.
Two partitions (of a positive integer ) are said to be conjugates if their Ferrer's diagrams are conjugate, which means that one is obtained from the other, by reflection along the anti-diagonal, by writing the rows as columns and columns as rows. For example, the conjugate of the Ferror diagram above is:
which represents the partition . Therefore, the partitions and are conjugate partitions.
Examples
See Also
combinat[encodepart], combinat[inttovec], combinat[numbpart], combinat[partition], combinat[randpart], Definition/partition
Download Help Document