-
-
Notifications
You must be signed in to change notification settings - Fork 523
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
use PARI's qfbredsl2() for binary quadratic forms #34229
Comments
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
The patchbot failure seems unrelated. |
Reviewer: Vincent Delecroix |
comment:6
I don't understand why Instead of To my mind, all changes similar to - Return if ``self`` is identically zero.
+ Determine if ``self`` is identically zero. makes the specification less precise. The word "determines" does not describe the output of the function. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
Replying to @videlec:
I think the diff you're looking at is cut in an unfortunate place — the content isn't the discriminant divided by four! The reasoning behind the changes to caching (commit
My problem with "return if X" was that it can be read as |
comment:9
Replying to @yyyyx4:
Oh I see. Thanks for the explanation. I should have looked more carefully at the final code rather than the diff.
I agree that the initial sentence was not perfect either. In most places we can read |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed branch from public/use_pari_qfbredsl2 to |
Currently, Sage cannot compute the transformation matrix when reducing definite binary quadratic forms:
We can use PARI's
qfbredsl2()
to make this work.Component: quadratic forms
Author: Lorenz Panny
Branch/Commit:
c2c91db
Reviewer: Vincent Delecroix
Issue created by migration from https://trac.sagemath.org/ticket/34229
The text was updated successfully, but these errors were encountered: