-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance FreeGroup
to support the option generatorNames
to prescribe the names of the generators
#4111
Conversation
597b59f
to
0a4226d
Compare
0b73c87
to
b01d245
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some typos, otherwise looks good to me.
the result of <C>SylowSubgroup( <A>G</A>, <A>prime</A> )</C> | ||
is a group with parent group | ||
<A>G</A>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optional (but IMHO makes the XML more readable)
the result of <C>SylowSubgroup( <A>G</A>, <A>prime</A> )</C> | |
is a group with parent group | |
<A>G</A>. | |
the result of <C>SylowSubgroup( <A>G</A>, <A>prime</A> )</C> | |
is a group with parent group <A>G</A>. |
primitivity test above, point 113 would have been a fixed point | ||
(and the | ||
action would not even have been transitive). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optional
primitivity test above, point 113 would have been a fixed point | |
(and the | |
action would not even have been transitive). | |
primitivity test above, point 113 would have been a fixed point | |
(and the action would not even have been transitive). |
Addressed all issues from gap-system#4112 apart from adding full definitions in sections 6.1 and 6.2 Made example more stable by forcing the first orbit to be a set.
generatorNames
to allow changing the names of the generators of a group being constructed
generatorNames
to allow changing the names of the generators of a group being constructedFreeGroup
, support the option generatorNames
to prescribe the names of the generators.
FreeGroup
, support the option generatorNames
to prescribe the names of the generators.FreeGroup
to support the option generatorNames
to prescribe the names of the generators
Introduced an option that allows to change the names of the free group generators through an intermediate function.
Also some manual fix for the tutorial.