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

Symbolic fractions not expanded #21302

Closed
rwst opened this issue Aug 21, 2016 · 2 comments
Closed

Symbolic fractions not expanded #21302

rwst opened this issue Aug 21, 2016 · 2 comments

Comments

@rwst
Copy link

rwst commented Aug 21, 2016

sage: ((x+1)^2).expand()
x^2 + 2*x + 1

sage: (1/(x+1)^2).expand()
(x + 1)^(-2)
sage: ((1/(x+1))^2).expand()
(x + 1)^(-2)
sage: ((x+1)^-2).expand()
(x + 1)^(-2)

Component: symbolics

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

@rwst rwst added this to the sage-7.4 milestone Aug 21, 2016
@rwst
Copy link
Author

rwst commented Aug 24, 2016

comment:1

This is fixed in Pynac master.

@rwst
Copy link
Author

rwst commented Sep 2, 2016

comment:2

Since #21369 also includes doctests for this, it can be closed.

@rwst rwst removed this from the sage-7.4 milestone Sep 2, 2016
@vbraun vbraun closed this as completed Jan 21, 2017
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