-
-
Notifications
You must be signed in to change notification settings - Fork 508
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
algebraic real field partial_fraction_decomposition bug #10981
Comments
comment:1
This seems to be a deeper bug than just one in partial_fraction_decomposition. I've traced it to multiplication in AA, where some weird stuff is going on:
As far as I can tell, problems arise if the representation of the AlgebraicReal element is in term of non-real elements in QQbar. I've opened a new ticket (#11728) for this, since it goes beyond just partial_fraction_decomposition(). |
comment:2
The patch I'm going to post in a moment fixes this problem as well as the ones at #11728 as well (so I'm closing #11728 as a duplicate):
|
Author: William Stein |
Attachment: trac_10981.patch.gz |
comment:4
Seems to work as advertised. Doctests pass, behaviour described in this ticket is fixed, and every other thing I could think of to throw at it works. |
Reviewer: Simon Spicer |
Changed keywords from none to sd32 |
This comment has been minimized.
This comment has been minimized.
Changed reviewer from Simon Spicer to Simon Spicer, Leif Leonhardy |
comment:7
I get the following warnings due to wrong double colons before unindented blocks:
|
Work Issues: Fix Sphinx warnings. |
Attachment: trac_10981-fix_sphinx_warnings.reviewer.patch.gz Reviewer patch. Fixes Sphinx warnings. Apply on top of William's patch. |
comment:8
Attached reviewer patch fixes the warnings. |
This comment has been minimized.
This comment has been minimized.
Changed work issues from Fix Sphinx warnings. to none |
Merged: sage-4.7.2.alpha3 |
Apply
to the Sage library.
Component: algebra
Keywords: sd32
Author: William Stein
Reviewer: Simon Spicer, Leif Leonhardy
Merged: sage-4.7.2.alpha3
Issue created by migration from https://trac.sagemath.org/ticket/10981
The text was updated successfully, but these errors were encountered: