-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
Splitting Algebras #29716
Comments
Branch: u/soehms/splitting_algebra |
New commits:
|
Commit: |
Author: Sebastian Oehms |
Changed branch from u/soehms/splitting_algebra to public/algebras/splitting_algebra-29716 |
comment:5
I made it through the ticket, and mostly I changed some minor things. However, there is one more serious issue that I don't know how to fix:
The names of the generators do not match, but I don't know how much confusion this will cause to users or how much this even makes sense. Could you clarify about what you expect to happen here? New commits:
|
Reviewer: Travis Scrimshaw |
comment:7
Replying to @tscrim:
Thanks for all these PEP8 corrections! I'm suprised that the two missing supression of the warning didn't cause a doctest failure.
I didn't realize the exchange of the indeterminates and this is definitely not intended. The reason for this is that I provided the I dropped the method I omit a separate test for this bug, since it is implicit in this change - (X + 1)*Y
+ X*Y + X |
comment:8
Thank you. LGTM now. |
Changed branch from public/algebras/splitting_algebra-29716 to |
Splitting algebras have been considered by Dan Laksov, Anders Thorup, Torsten Ekedahl and others in order to study intersection theory of Grassmann and other flag schemes. Similarily as splitting fields they can be considered as extensions of rings containing all the roots of a given monic polynomial over that ring under the assumption that its Galois group is the symmetric group of order equal to the polynomial's degree.
Thus they can be used as a tool to express elements of a ring generated by
n
indeterminates in terms of symmetric functions in these indeterminates.This ticket realizes splitting algebras by a recursive quotient ring construction splitting off some linear factor of the polynomial in each recursive step. Accordingly it will be inherited from class
PolynomialQuotientRing
.CC: @tscrim
Component: commutative algebra
Keywords: splitting polynomial roots
Author: Sebastian Oehms
Branch/Commit:
e52eece
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/29716
The text was updated successfully, but these errors were encountered: