Skip to content
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

Option to combine symbolic fractions recursively #20858

Closed
rwst opened this issue Jun 21, 2016 · 3 comments
Closed

Option to combine symbolic fractions recursively #20858

rwst opened this issue Jun 21, 2016 · 3 comments

Comments

@rwst
Copy link

rwst commented Jun 21, 2016

Maxima combines fractions only on the top level, not recursively:

sage: 1/x + 1/x^2 + (x+1)/x
(x + 1)/x + 1/x + 1/x^2
sage: (1/x + 1/x^2 + (x+1)/x).combine()
(x + 2)/x + 1/x^2
sage: (1/x + (1/x+1/x^2+(x+1)/x)/x^2 + (x+1)/x).combine()
(x + 2)/x + ((x + 1)/x + 1/x + 1/x^2)/x^2

Upstream: Fixed upstream, but not in a stable release.

Component: symbolics

Issue created by migration from https://trac.sagemath.org/ticket/20858

@rwst rwst added this to the sage-7.3 milestone Jun 21, 2016
@rwst
Copy link
Author

rwst commented Aug 20, 2016

comment:1

This is implemented in Pynac master. Corresponding Sage Python and doctests are in the pynac/sage github branch.

@rwst
Copy link
Author

rwst commented Aug 20, 2016

Upstream: Fixed upstream, but not in a stable release.

@rwst rwst removed this from the sage-7.3 milestone Aug 20, 2016
@embray
Copy link
Contributor

embray commented Aug 30, 2016

comment:3

Determined to be invalid/duplicate/wontfix (closing as "wontfix" as a catch-all resolution).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants