Regular families - #6442
Merged
Merged
Conversation
Member
|
Looks great to me! I made a few code tweaks that won't affect how anything is displayed. I'm happy to merge once tests pass, though perhaps it's worth giving other people a chance to take a look and make comments. |
Member
|
FYI, I just copied |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This addresses issue #6427: it adds the ability to have polynomials for parameterized families of fields on Galois group pages. There is currently data for degrees through 10, some in degree 11, and a few scattered groups after that. To see an example,
http://127.0.0.1:37777/GaloisGroup/5T4
which is one of the few cases where it gives more than one family, and shows that individual polynomials can be marked as generic.
http://127.0.0.1:37777/GaloisGroup/4T3
shows that it can display that a family is generic for fields except in certain characteristics.
For a particularly complicated polynomial, view M24
http://127.0.0.1:37777/GaloisGroup/24T24680
In all cases, the user can use the raw/typeset feature to copy polynomial for a computer algebra system.