Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
combinat[encodepart] - compute canonical integer representing partition
combinat[decodepart] - compute canonical partition represented by integer
Calling Sequence
encodepart(l)
decodepart(n, m)
Parameters
l
-
partition; non-decreasing list of positive integers
n
positive integer
m
Description
The functions encodepart and decodepart provide a canonical labeling of all the partitions of n.
Given a partition l of n, encodepart(l) computes and returns the integer m between and numbpart(n) uniquely representing this partition.
Given a positive integer n and a positive integer m between and numbpart(n) the function decodepart(m, n) computes and returns the unique partition l represented by this positive integer.
The command with(combinat,encodepart) allows the use of the abbreviated form of this command.
Examples
See Also
combinat[inttovec], combinat[nextpart], combinat[numbpart], combinat[partition], combinat[prevpart], combinat[vectoint]
Download Help Document