-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
Enable polynomial content over padic fields #13619
Comments
Author: Julian Rueth |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:4
Attachment: trac_13619.patch.gz I'm happy with this. Let me know when you want a review. |
comment:5
As a quick informal review, the |
Branch: u/niles/ticket/13619 |
comment:8
rebased and converted to git branch; changed indentation of New commits:
|
Commit: |
Changed branch from u/niles/ticket/13619 to u/saraedum/ticket/13619 |
Changed keywords from none to sd59 |
comment:14
Is there are reason you are only doing this for New commits:
|
comment:15
This should be done for generic padics polynomials. I would prefer to get the same answer for |
Reviewer: Jeroen Demeyer |
comment:20
Replying to @saraedum:
The "usual" definition doesn't care about the unit part, so answering |
comment:21
Replying to @jdemeyer:
What is the value of |
comment:22
Replying to @jdemeyer:
Ok. You are right. I'll change it. |
comment:25
See [comment:14] |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed reviewer from Jeroen Demeyer to Jeroen Demeyer, Aly Deines |
comment:29
Looks good to me. |
Changed branch from u/saraedum/ticket/13619 to |
Changed commit from |
Changed keywords from sd59 to sd59, sd71 |
Changed keywords from sd59, sd71 to sd59, days71 |
Changed author from Julian Rueth to Julian Rüth |
Currently, one cannot call
content()
for a polynomial defined overQp
:The intention is apparently to protect the user from calling
content()
if he mistakenly got fromZp
intoQp
, since the content there would be always zero or one. However, this can be annoying when writing algorithms which work overZp
andQp
but which have to take the content into account overZp
.Additionally, the content shows a somewhat strange behaviour for zero polynomials::
I don't think that the current behaviour is mathematically incorrect, but I believe it's not very intuitive.
Component: padics
Keywords: sd59, days71
Author: Julian Rüth
Branch:
880984a
Reviewer: Jeroen Demeyer, Aly Deines
Issue created by migration from https://trac.sagemath.org/ticket/13619
The text was updated successfully, but these errors were encountered: