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
subgrel - represent a subgroup of a group
Calling Sequence
subgrel(gens, grelgrp)
Parameters
gens
-
set of equations designating the generators of the subgroup
grelgrp
the group for which this is a subgroup
Description
The function subgrel is used as a procedure and an unevaluated procedure call. As a procedure, subgrel checks its arguments and then either exits with an error or returns the unevaluated subgrel call.
The first argument is a set of equations or words on the generators of the parent group. The left side of each equation is the name of a subgroup generator; the right side is a word in the group generators (see grelgroup) representing the subgroup generator. If only a word is specified, then a name for the generator is produced automatically.
Examples
the next example will give an error:
Error, (in subgrel) generator [a, b, c] contains a syllable `c' that is not a generator, or the inverse of a generator, of the parent group
Maple will generate names for any unnamed generators:
See Also
grelgroup, permgroup
Download Help Document