-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
Reduced charpoly for skew polynomials #33999
Comments
Branch: u/caruso/reduced_charpoly |
Author: Xavier Caruso |
Commit: |
New commits:
|
comment:3
In the docstring, should it be "characteristic polynomial"? The "polynomial" is missing. The Be careful of this change: - for k from deb <= k <= d by r:
+ for k in range(deb, d+1, r): The C code might not be a simple Trivially for PEP8, can you remove the spaces around the list-comprehension brackets (i.e., |
comment:6
missing
and typo "speciify" |
comment:7
Sorry, I never saw your update. Once you make the change Frédéric mentioned, then this will be a positive review. |
Reviewer: Travis Scrimshaw, Frédéric Chapoton |
comment:9
good to go, feu vert |
Changed branch from u/caruso/reduced_charpoly to |
This ticket implements the computation of the reduced characteristic polynomial of a Ore polynomial defined over a finite field.
CC: @kryzar @tscrim
Component: algebra
Author: Xavier Caruso
Branch/Commit:
7235c93
Reviewer: Travis Scrimshaw, Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/33999
The text was updated successfully, but these errors were encountered: