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

improve pynac's expand method for powers #31337

Open
DaveWitteMorris opened this issue Feb 4, 2021 · 0 comments
Open

improve pynac's expand method for powers #31337

DaveWitteMorris opened this issue Feb 4, 2021 · 0 comments

Comments

@DaveWitteMorris
Copy link
Member

To eliminate an infinite loop, ticket #30688 deleted one of pynac's expansion rules for powers of a product: expanding (a1*a2*...*a_n)^c no longer pulls out a factor of (-ai)^c when ai is negative. (But the factor (ai)^c will still be pulled out if ai is positive.) We should reimplement a version of this rule that does not crash sage.

Component: symbolics

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

@DaveWitteMorris DaveWitteMorris added this to the sage-9.4 milestone Feb 4, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.4, sage-9.5 Aug 9, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.5, sage-9.6 Dec 18, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.6, sage-9.7 Apr 1, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Aug 31, 2022
@mkoeppe mkoeppe removed this from the sage-9.8 milestone Jan 29, 2023
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