Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

MGroups

Guides

  • MGroups Package

Symbols

  • FormMAction
  • FormMGroup
  • MAbelianQ
  • MAction
  • MAdditiveGroup
  • MAutomorphism
  • MCayleyGraph3D
  • MCayleyGraph
  • MCayleyTable
  • MCoset
  • MCycleForm
  • MCyclicQ
  • MDihedralGroup
  • MEDP
  • MElementCentralizer
  • MElementInverse
  • MElementOrbit
  • MElementOrder
  • MElementPower
  • MElementStabilizer
  • MFactorGroup
  • MGenerateSubgroup
  • MGroupCenter
  • MGroupDomain
  • MGroupIdentity
  • MGroup
  • MGroupOrder
  • MHomomorphism
  • MInnerAutomorphism
  • MInversesTable
  • MIsomorphism
  • MKernelAction
  • MKlein4Group
  • MMorphismKernel
  • MMultiplicativeGroup
  • MNormalSubgroupQ
  • MNormalSubgroups
  • MonoidQ
  • MPermutationRepresentation
  • MPermutationsGroup
  • MQuaternionGroup
  • MSubgroupLattice3D
  • MSubgroupLattice
  • MSubgroupQ
  • MSubgroups
  • MTuple
  • MVisualiseMorphism
  • SemiGroupQ
Taggar`MGroups`
MGenerateSubgroup
​
MGenerateSubgroup
[group,elements]
generates the subgroup generated by
elements
.
​
​
MGenerateSubgroup
[group,elements]
generates the subgroup generated by
element
.
​
Details and Options

Examples  
(1)
Basic Examples  
(1)
For any group G:
In[1]:=
G=
MDihedralGroup
[4]
Out[1]=
MGroup
Operation: Binary
Order: 8

Find the subgroup generated by
elements
:
In[2]:=
elements={"r0","r2"}
Out[2]=
{r0,r2}
In[3]:=
MGenerateSubgroup
[G,elements]
Out[3]=
{r0,r2}
or by a single element:
In[4]:=
MGenerateSubgroup
[G,"r1"]
Out[4]=
{r0,r1,r2,r3}
RelatedGuides
▪
MGroups Package
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com