-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
error in height difference bound #32687
Comments
comment:1
I'm happy to fix this as soon as I get a chance to spend a little time on it (hopefully in the next week or two). |
Branch: u/bhutz/32687 |
Commit: |
Author: Ben Hutz |
comment:3
I don't really see why this was trying to clear the denominators before computing the heights of the coefficients polys. I removed all that and am now getting the expected values. I also noticed Lastly, I had a sorting issue in an unrelated doctest that I fixed. New commits:
|
comment:4
Stalled in |
Reviewer: Frédéric Chapoton |
comment:5
ok, setting to positive (not a mathematical review, though) |
Changed branch from u/bhutz/32687 to |
For a morphism of projective space there is an explicitly computable constant that bounds the difference between the height and canonical height (f.height_difference_bound()). This function is returning incorrect values. It looks like the code is trying to take into account scaling through by the resultant and ending up with an incorrect lower bound.
CC: @pfili @EnderWannabe
Component: dynamics
Author: Ben Hutz
Branch/Commit:
9778fff
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/32687
The text was updated successfully, but these errors were encountered: