-
-
Notifications
You must be signed in to change notification settings - Fork 568
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 when taking resultant of polynomials over complicated base ring #17817
Comments
This comment has been minimized.
This comment has been minimized.
Commit: |
Author: Peter Bruin |
comment:2
So some resultants that used to be computed using Singular will now go through |
comment:3
We would need to run benchmarks to make sure, but it is certainly possible that the sylvester matrix method would be faster than singular, at least in some cases. |
comment:4
Replying to @mezzarobba:
Possibly, but this is only relevant when the polynomials are univariate polynomials over a multivariate polynomial ring. The Sylvester matrix is only used if the coefficients cannot be converted to PARI; what probably happens in most cases is that the resultant is computed through PARI rather than Singular. For genuine multivariate polynomials, Singular is still used via
I don't know. How about adding an |
This comment has been minimized.
This comment has been minimized.
Reviewer: Marc Mezzarobba |
comment:5
Replying to @pjbruin:
Ok, but then let's not block this ticket in the meantime if there is no significant regression to be expected. |
Changed branch from u/pbruin/17817-resultant_variables to |
The following apparently tries to convert
p
andq
into a wrong common ring (even though they already both have parentS
):This ticket solves the bug by simply passing the variable with respect to which we want to take the resultant to PARI, instead of trying to change the variable names. The documentation is also updated.
See also #2693, #16749.
CC: @miguelmarco
Component: algebra
Keywords: polynomial resultant
Author: Peter Bruin
Branch/Commit:
02345b7
Reviewer: Marc Mezzarobba
Issue created by migration from https://trac.sagemath.org/ticket/17817
The text was updated successfully, but these errors were encountered: