-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
FractionFieldElement lacks derivative method #2545
Comments
derivative method for FractionFieldElement |
comment:1
Attachment: sage_fraction_field_derivative.patch.gz This appears to work as advertised. I have one request: the docstrings for derivative() and _derivative() refer to "the derivative of this polynomial", which is bad since these elements are (most of the time) not polynomials. This should be replaced with "rational function" or something similar. |
new patch with requested doc changes |
comment:2
Attachment: 2545-sage_fraction_field_derivative-1.patch.gz You're right, I copied the text from the docstring for polynomials, and forgot to change it. :) attachment: 2545-sage_fraction_field_derivative-1.patch replaces "polynomial" with "rational function" as suggested. |
comment:3
Cool. I'm satisfied. |
comment:4
Merged in Sage 2.11.alpha0 |
Attached patch adds a
derivative
method toFractionFieldElement
s, and fixes a bug in the_derivative
method ofPolynomial_rational_dense
.So these now work:
Component: basic arithmetic
Issue created by migration from https://trac.sagemath.org/ticket/2545
The text was updated successfully, but these errors were encountered: