You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
whenai
is negative. (But the factor(ai)^c
will still be pulled out ifai
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
The text was updated successfully, but these errors were encountered: