We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
This is fixed in Pynac master.
Sorry, something went wrong.
Since #21369 also includes doctests for this, it can be closed.
No branches or pull requests
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/21302
The text was updated successfully, but these errors were encountered: