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
convert/disjcyc - convert a permutation in list notation or a word into disjoint cycle notation
convert/permlist - convert a permutation in disjoint cycle notation into list notation
Calling Sequence
convert(lperm, 'disjcyc')
convert(word, 'disjcyc', pg)
convert(perm, 'permlist', deg)
Parameters
lperm
-
permutation in list notation
word
word in the generator names of pg
perm
the permutation
deg
the degree of the permutation
pg
permgroup with named generators
Description
The argument lperm is expected to be a permutation in list notation. This means that lperm is a list whose ith element is the image of i under the permutation. The permutation is returned in disjoint cycle notation.
word is expected to be a word in the generator names of pg. In other words, word is a list whose elements are generator names and/or their inverses. The product represented by word is computed and returned in disjoint cycle notation.
A list is returned whose ith element is the image of i under perm, for .
Examples
See Also
group[grelgroup], group[permgroup]
Download Help Document