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
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